JSFiddle - React, Tailwind, and code Playground
HTML
<div>This is a test</div>
CSS
.highlight {
color: red;
}
JavaScript
$('div').switchClass( "", "highlight", 1000 );
<div>This is a test</div>
.highlight {
color: red;
}
$('div').switchClass( "", "highlight", 1000 );