JSFiddle - React, Tailwind, and code Playground

by Bacher

HTML

<input />

CSS

input:active {
  background: red;
}

input:focus {
  border-width: 5px;
  border-color: green;
}