JSFiddle - React, Tailwind, and code Playground
HTML
<input type="checkbox" id="foo">
CSS
asdasd
JavaScript
$("#foo").attr("checked", "checked");
<input type="checkbox" id="foo">
asdasd
$("#foo").attr("checked", "checked");