JSFiddle - React, Tailwind, and code Playground

HTML

<div class="a b"></div>

CSS

.a::before {
    content: 'a';
}
.b::before {
    content: 'b';
}