JSFiddle - React, Tailwind, and code Playground
by yurikhan
HTML
<input>
CSS
input:active { background: blue; }
input:focus { border: 1px solid cyan; }
by yurikhan
<input>
input:active { background: blue; }
input:focus { border: 1px solid cyan; }