JSFiddle - React, Tailwind, and code Playground

by adamschwartz

JavaScript

setTimeout(function(){
    alert('Alert 3 seconds later...');
}, 3 * 1000);

var foo = {};
foo.bar.baz = true;