JSFiddle - React, Tailwind, and code Playground

by Joe Cisneros

HTML

<div class="red"></div>

CSS

div{
    width:100px;
    height:100px;
}
.red{background:red;}

JavaScript

$("head").append('<style type="text/css">.red{background:green;}</style>');