JSFiddle - React, Tailwind, and code Playground

by Michel Penke

HTML

<script type="text/javascript">
  function resizeIframe(obj){
     obj.style.height = 0;
     obj.style.height = obj.contentWindow.document.body.scrollHeight + 'px';
  }
</script>

<iframe src="https://crowdnewsroom.org/arbeitsmarkt/bund_suchende_pro_stelle_2011_2015_2018.html" frameborder="0" scrolling="no" onload="resizeIframe(this)" />