JSFiddle - React, Tailwind, and code Playground
HTML
<input type="checkbox" class="checkbox">
CSS
.checkbox {
-moz-appearance: none !important;
-moz-border: none !important;
}
<input type="checkbox" class="checkbox">
.checkbox {
-moz-appearance: none !important;
-moz-border: none !important;
}