JSFiddle - React, Tailwind, and code Playground

by Norlihazmey Ghazali

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");