JSFiddle - React, Tailwind, and code Playground

HTML

<input id="file" type="file" name="fileselect" required="required" />

CSS

#file:valid { color: green; }
#file:invalid { color: red; }