JSFiddle - React, Tailwind, and code Playground

HTML

<input type="checkbox" class="checkbox">

CSS

.checkbox {
 -moz-appearance: none !important;   
 -moz-border: none !important;    
}