JSFiddle - React, Tailwind, and code Playground

by gchoken

HTML

<div class="redactor_">example</div>

CSS

.example{color:red;}

JavaScript

$(function(){
 $('.redactor_').addClass('example');
});