JSFiddle - React, Tailwind, and code Playground

HTML

<input type="checkbox" />

JavaScript

$("input:checkbox").click(function() { return false; });