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
}
by josekerekes
<input type="text" />
<input type="text" required />
<input type="text" />
<input type="text" required />
<input type="text" />
:optional {
background:red
}