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");
by rexfiddle
<p> test</p>
<p id="dino"> test</p>
<p> test</p>
$('p#dino').css("background-color", "red");