Spot the bug in the button focus style

from Tailwind CSS
Tailwind CSS 4.3.3 intermediate 3 min 1 issue to find

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>
Open in playground
Report an error