JSFiddle - React, Tailwind, and code Playground

by FiNGAHOLiC

HTML

<input type="text">

CSS

input[type=text] {
  background: red;
}