JSFiddle - React, Tailwind, and code Playground
HTML
<div>
text
</div>
CSS
.before-styling::before{
content:'before';
}
JavaScript
$("div").addClass('before-styling');
<div>
text
</div>
.before-styling::before{
content:'before';
}
$("div").addClass('before-styling');