JSFiddle - React, Tailwind, and code Playground

by eget teteete

JavaScript

console.log('TimeOut')
setTimeout(()=>{
	console.log('TimeOut 2')
}, 5000);