JSFiddle - React, Tailwind, and code Playground

by tea4two

JavaScript

window.addEventListener('DOMContentLoaded', test, false);
function test() {
	var hey = 'hey!';
	console.log(hey);
	
	var requestId = requestAnimationFrame(test);
	console.log(requestId);
}