JSFiddle - React, Tailwind, and code Playground
by abdul quadir
HTML
<iframe id="changeIframe" src="http://sapient.com" frameborder="1" width="920" height="635" scrolling="no"></iframe></div>
JavaScript
$('#changeIframe').load(function(){
alert(document.getElementById("changeIframe").contentWindow.location);
});