JSFiddle - React, Tailwind, and code Playground
HTML
<h1>
Main
</h1>
<iframe width="500" height="500" id="ifr" src="http://mladenpetrovic.com">
</iframe>
JavaScript
window.addEventListener("message", (msg) => console.log(msg), false);
<h1>
Main
</h1>
<iframe width="500" height="500" id="ifr" src="http://mladenpetrovic.com">
</iframe>
window.addEventListener("message", (msg) => console.log(msg), false);