JSFiddle - React, Tailwind, and code Playground

by Artūrs Jansons

HTML

<p><input type="checkbox"/></p>

CSS

[type=checkbox] {
    -webkit-appearance:inherit;
    -moz-appearance:inherit;
    -ms-appearance:inherit;
    -o-appearance:inherit;
    appearance:inherit;
}