JSFiddle - React, Tailwind, and code Playground

by yurikhan

HTML

<input>

CSS

input:active { background: blue; }
input:focus { border: 1px solid cyan; }