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