JSFiddle - React, Tailwind, and code Playground
HTML
<div tabindex="0"></div>
CSS
div {
width: 100px;
height: 100px;
background: red;
}
div:focus {
background: blue;
}
<div tabindex="0"></div>
div {
width: 100px;
height: 100px;
background: red;
}
div:focus {
background: blue;
}