JSFiddle - React, Tailwind, and code Playground

by jscheel

HTML

Wait 2 seconds...
<iframe width="500" height="500" src="javascript:setTimeout(function(){window.location.replace('http://example.org');}, 2000);"></iframe>

JavaScript

document.getElementsByTagName('iframe')[0].onload = function() {
    alert('redirect!');
};