JSFiddle - React, Tailwind, and code Playground

by rvpatel

HTML

<input name='t1' type='text'/>
<input name='t1' type='email'/>

CSS

input:not([type="text"])
{
background:red;
}