JSFiddle - React, Tailwind, and code Playground
HTML
<input />
<br />
<input type=text />
CSS
input { width: 400px; }
input:not([text]), input[type=text] { background: red;}
<input />
<br />
<input type=text />
input { width: 400px; }
input:not([text]), input[type=text] { background: red;}