JSFiddle - React, Tailwind, and code Playground

by luka kupunia

HTML

<form action="">
  <input type="checkbox">
</form>

CSS

form {
  pointer-events: none;
}