JSFiddle - React, Tailwind, and code Playground
HTML
<div id="qcr">
<ul class="navbar">
<li>a</li>
<li>
<ul>
</ul>
</li>
</ul>
</div>
CSS
.move{
color : red
}
JavaScript
$("#qcr ul").first().addClass("move");