JSFiddle - React, Tailwind, and code Playground

by Babar Raza

HTML

<iframe id="x" src="https://products.aspose.com/cells/net" style="width: 100%; height: auto;"
scrolling="no" marginwidth="0" marginheight="0" frameborder="0" vspace="0" hspace="0"></iframe>

JavaScript

function resizeIframe(obj) {
    obj.style.height = obj.contentWindow.document.body.scrollHeight + 'px';
  }