JSFiddle - React, Tailwind, and code Playground

by isimpledesign

JavaScript

setTimeout(function(){ 
   alert("i waited 2 seconds before alerting you ;)"); 
}, 2000 );