JSFiddle - React, Tailwind, and code Playground

by yurikhan

HTML

<div class="wrapper">
<iframe src="https://lipsum.com/">
</iframe>
</div>

CSS

.wrapper {
  overflow: hidden;
  outline: 1px solid red;
}

iframe {
  border: none;
  outline: 1px solid blue;
  width: calc(100% + 15px)
}