JSFiddle - React, Tailwind, and code Playground
by seankoole
HTML
<div class="foo">
<div style="width: 100%; max-width: 480px; height: 200px;">
<iframe style="width: 100%; height: 100%; border: 0;" src="https://joinnow.live/embed/d/6UELqK" allowtransparency="true"></iframe>
</div>
</div>
CSS
.foo {
background: red;
}