JSFiddle - React, Tailwind, and code Playground

HTML

<div id='myDiv'></div>

CSS

.test {
    background:grey;
	position: absolute;
	height: 180px;
	width: 270px;
	left: 1100px;
	top: 140px;
}

JavaScript

$('#myDiv').addClass('test');