JSFiddle - React, Tailwind, and code Playground
by Town
HTML
<input type="text"/>
CSS
input:focus {background-color: red;}
input:focus {background-color: inherit;}
by Town
<input type="text"/>
input:focus {background-color: red;}
input:focus {background-color: inherit;}