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; 
}