JSFiddle - React, Tailwind, and code Playground
HTML
<label class="label-hi">How are you ?</label>
CSS
.label-hi :before {
color:green;
content: "Hi ! ";
}
<label class="label-hi">How are you ?</label>
.label-hi :before {
color:green;
content: "Hi ! ";
}