JSFiddle - React, Tailwind, and code Playground

by josekerekes

HTML

<input type="text"  />
<input type="text" required />
<input type="text"  />
<input type="text" required />
<input type="text"  />

CSS

:optional {
  background:red
}