JSFiddle - React, Tailwind, and code Playground

JavaScript

function foo() {
    alert('hi');
    return foo;
}

// --------------

window.setInterval( foo , 3000 );