JSFiddle - React, Tailwind, and code Playground
HTML
<script>
function resizeIframe(obj) {
obj.style.height = obj.contentWindow.document.documentElement.scrollHeight + 'px';
}
</script>
<iframe src="https://mjoskanten.plyo.space/" frameborder="0" scrolling="no" onload="resizeIframe(this)" />