JSFiddle - React, Tailwind, and code Playground

by rexfiddle

HTML

<p> test</p>

<p id="dino"> test</p>

<p> test</p>

JavaScript

$('p#dino').css("background-color", "red");