JSFiddle - React, Tailwind, and code Playground

by Md Shah

HTML

<div class="testDiv" style="width:500px; height: 100px; background-color: red">
    
</div>

CSS

.testDiv
{
    width: 50px;
    height: 50px;
}

JavaScript

$('div.testDiv').css('width', '').css('height', '');