JSFiddle - React, Tailwind, and code Playground

HTML

<label class="label-hi">How are you ?</label>

CSS

.label-hi :before {
    color:green;
    content: "Hi ! ";
}