JSFiddle - React, Tailwind, and code Playground
by Jaak Kütt
HTML
<iframe id="prodFrame" src="www.google.com" width="200" height="200"></iframe>
JavaScript
var iframe = document.getElementById("prodFrame");
$( iframe.contentDocument ).ready(function() {
console.log('ready');
});