JSFiddle - React, Tailwind, and code Playground

by gmcalab

HTML

<div id="jqt">
    <div>test</div>
    <div>tes3
        <div class="test">divvvvv</div>
    </div>
</div>

JavaScript

$("#jqt > *").css({
    'font-family': 'arial',
    'color': 'red'
})