JSFiddle - React, Tailwind, and code Playground

by Arif Hasan

JavaScript

setInterval(function hello() {
  console.log('world');
  return hello;
}(), 5000);