JSFiddle - React, Tailwind, and code Playground

HTML

<input>

CSS

input { background: red; }

JavaScript

$(':text').css('background', 'lime');