JSFiddle - React, Tailwind, and code Playground

HTML

<div>
  text
</div>

CSS

.before-styling::before{
  content:'before';
}

JavaScript

$("div").addClass('before-styling');