JSFiddle - React, Tailwind, and code Playground
by khamer
HTML
<div tabindex="1"></div>
CSS
div {
background: red;
height: 200px;
}
div:focus {
background: blue;
}
by khamer
<div tabindex="1"></div>
div {
background: red;
height: 200px;
}
div:focus {
background: blue;
}