JSFiddle - React, Tailwind, and code Playground
by joshsmith
HTML
<input type="text">
CSS
input {
background-color: green;
}
input:focus {
background-color: white;
}
by joshsmith
<input type="text">
input {
background-color: green;
}
input:focus {
background-color: white;
}