What interaction defect does this styled control introduce?
HTML
<button
type="button"
class="rounded bg-indigo-600 px-4 py-2 text-white focus:outline-none"
>
Save
</button>
<button
type="button"
class="rounded bg-indigo-600 px-4 py-2 text-white focus:outline-none"
>
Save
</button>