JSFiddle - React, Tailwind, and code Playground

by chrimbus

HTML

<div class="player"></div>

CSS

.player {width:100px;height:100px;border:1px dashed red;}
.test {border:1px dashed blue !important;}

JavaScript

pl = '.player'
$pl.addClass('test');