JSFiddle - React, Tailwind, and code Playground

HTML

<input id="inp" type="checkbox"></input>

JavaScript

setInterval(function(){
    document.getElementById('inp').click()
}, 500)