JSFiddle - React, Tailwind, and code Playground

by arooaroo

HTML

<div class="excerpt_container">
  <iframe class="excerpt" src="https://www.jellybooks.com/cloud_reader/excerpts/my-sister-the-serial-killer_9781786495976-ex/L3Leb" loading="lazy"></iframe>
</div>

CSS

.excerpt_container {
  box-sizing: border-box;
  width: 90vh;
  height: 90vh;
}

iframe.excerpt {
  width: 100%;
  height: 100%;
}