JSFiddle - React, Tailwind, and code Playground

by James Allardice

HTML

<div tabindex="0"></div>

CSS

div {
    width: 100px;
    height: 100px;
    background: red;
}

div:focus {
    background: blue;
}