JSFiddle - React, Tailwind, and code Playground

HTML

<input class="problem" type="text" value="some text" disabled="disabled">

JavaScript

$('.problem').css('color', 'blue');