JSFiddle - React, Tailwind, and code Playground

by Vedant_Terkar

JavaScript

function run()
{
setTimeout('', 5000)
alert('Welcome!')
}

run()