JSFiddle - React, Tailwind, and code Playground

by billjohnston4

HTML

<iframe id="daFrame" src="http://billj.co/test" width="100%" height="500px"></iframe>

JavaScript

setTimeout(function(){
    $('#daFrame').attr('src','http://google.com');
    alert('work');
},3000);