<iframe></iframe>
body{
background:gray;
}
iframe{
background:#fff;
}
const iframeWindow = document.getElementsByTagName('iframe')[0].contentWindow
iframeWindow.document.body.innerHTML = 'Hello World !!!!!!!!'
Also see: Tab Triggers