JSFiddle - React, Tailwind, and code Playground

HTML

<div>This is a test</div>

CSS

.highlight { 
    color: red; 
}

JavaScript

$('div').switchClass( "", "highlight", 1000 );