JSFiddle - React, Tailwind, and code Playground

by nabtron

HTML

<label><input type="checkbox" name="check" value="1"/><span class="labeltext">1</span></label>

CSS

.labeltext:before {
    content: "hello";
    
}