JSFiddle - React, Tailwind, and code Playground

by kthornbloom

HTML

test
<div class="keep-it-visible-yo">
    <iframe width="560" height="315" src="https://www.youtube.com/embed/gY7vc30vVj0" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
test

SCSS

.keep-it-visible-yo {
  max-width: 100vw;
  max-height: 100vh;
  iframe {
    max-width: 100%;
    max-height: 100%;
  }
}