JSFiddle - React, Tailwind, and code Playground

HTML

<input type="text" required />

CSS

input[required]:invalid { box-shadow: 0 0 3px 1px red }