JSFiddle - React, Tailwind, and code Playground

by Michael Prosser

HTML

<button>Item</button>
<button>Item</button>
<button>Item</button>
<button>Item</button>

CSS

button:focus{
  background-color: red;
}