JSFiddle - React, Tailwind, and code Playground

by joshsmith

HTML

<input type="text">

CSS

input {
    background-color: green;
}

input:focus {
    background-color: white;
}