JSFiddle - React, Tailwind, and code Playground
by gchoken
HTML
<div class="redactor_">example</div>
CSS
.example{color:red;}
JavaScript
$(function(){
$('.redactor_').addClass('example');
});
by gchoken
<div class="redactor_">example</div>
.example{color:red;}
$(function(){
$('.redactor_').addClass('example');
});