JSFiddle - React, Tailwind, and code Playground

by denisz

JavaScript

function sayHello() {
  console.log('hello');
	window.requestAnimationFrame(sayHello);
}
sayHello();