JSFiddle - React, Tailwind, and code Playground
by mrjordy
HTML
<div id ="importPositions">
<p>test</p>
<p>test</p>
<p>test</p>
<p>test</p>
<p>test</p>
<p>test</p>
<p>test</p>
<p>test</p>
<p>test</p>
</div>
CSS
.swoopz {
background: red;
}
JavaScript
$(function() {
$('#importPositions').addClass('swoopz');
});