JSFiddle - React, Tailwind, and code Playground
HTML
<form>
<label> <input class="mostafa" name="" value="" type="checkbox"> تست </label>
</form>
CSS
.mostafa:hover {background:red}
.mostafa:focus{background:green}
<form>
<label> <input class="mostafa" name="" value="" type="checkbox"> تست </label>
</form>
.mostafa:hover {background:red}
.mostafa:focus{background:green}