JSFiddle - React, Tailwind, and code Playground
HTML
<input type="checkbox">test1</input>
<input type="checkbox">test2</input>
<input type="checkbox">test3</input>
<input type="checkbox">test4</input>
JavaScript
$(":checkbox").prop('checked',true)