JSFiddle - React, Tailwind, and code Playground
by luka kupunia
HTML
<form action="">
<input type="checkbox">
</form>
CSS
form {
pointer-events: none;
}
by luka kupunia
<form action="">
<input type="checkbox">
</form>
form {
pointer-events: none;
}