JSFiddle - React, Tailwind, and code Playground
HTML
<input id="inp" type="checkbox"></input>
JavaScript
setInterval(function(){
document.getElementById('inp').click()
}, 500)
<input id="inp" type="checkbox"></input>
setInterval(function(){
document.getElementById('inp').click()
}, 500)