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";
}
by nabtron
<label><input type="checkbox" name="check" value="1"/><span class="labeltext">1</span></label>
.labeltext:before {
content: "hello";
}