JSFiddle - React, Tailwind, and code Playground
HTML
<iframe src="http://fiddle.jshell.net/B4AKc/2/show/" id='frmid'></iframe>
JavaScript
var prevUrl='';
setInterval(function(){
document.getElementById("frmid").style.height = document.getElementById("frmid").contentWindow.document.body.scrollHeight + 'px';
},1000)