JSFiddle - React, Tailwind, and code Playground

by Kabir Hossain

JavaScript

jQuery(window).load(function () {
   alert('page is loaded');
   
    setTimeout(function () {
        alert('page is loaded and 1 minute has passed');   
    }, 60000); 
    
});