JSFiddle - React, Tailwind, and code Playground

by dbelle

HTML

<body>
    <div>
        <div class="teehee">Teehee</div>
    </div>
<body>

CSS

.container {background:border:solid 1px blue;}
.teehee{color:#555;}

JavaScript

$("body").next("div").addClass("container");