JSFiddle - React, Tailwind, and code Playground JavaScript function a(){ alert("hi every 2 seconds"); }; setInterval(a(), 2*1000);