JSFiddle - React, Tailwind, and code Playground

HTML

<input type="text" placeholder="I'm gonna text you up">

CSS

input[type] {
    border: 1px solid blue; }
}

input[type="text"] {
    border: 1px solid red;
}