JSFiddle - React, Tailwind, and code Playground

by Mladen Petrovic

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);