JSFiddle - React, Tailwind, and code Playground
by gchoken
HTML
<input class="select_all" type="checkbox" style="display: none;">
<span class="checkBox checked">dddddddddddd</span>
JavaScript
jQuery(function(){
jQuery("#select_all").next().click(function(){
alert("g");
});
});