JSFiddle - React, Tailwind, and code Playground
by ozzon91
HTML
<input type="text" placeholder="Type something..." id="foo-thing" required="required">
CSS
#foo-thing:valid {
background: red;
}
by ozzon91
<input type="text" placeholder="Type something..." id="foo-thing" required="required">
#foo-thing:valid {
background: red;
}