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 {
  width: 600px;
  height: 600px;
}

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