JSFiddle - React, Tailwind, and code Playground
by chenxsan
HTML
<div>
<p>html is a document root</p>
</div>
CSS
div{
background:#333;
color:white;
}
JavaScript
$("div>p").css("color","#0175cc");
by chenxsan
<div>
<p>html is a document root</p>
</div>
div{
background:#333;
color:white;
}
$("div>p").css("color","#0175cc");