JSFiddle - React, Tailwind, and code Playground

by khamer

HTML

<div tabindex="1"></div>

CSS

div {
    background: red;
    height: 200px;
}

div:focus {
    background: blue;
}