JSFiddle - React, Tailwind, and code Playground
by Bacher
HTML
<input />
CSS
input:active {
background: red;
}
input:focus {
border-width: 5px;
border-color: green;
}
by Bacher
<input />
input:active {
background: red;
}
input:focus {
border-width: 5px;
border-color: green;
}