JSFiddle - React, Tailwind, and code Playground

HTML

<div class="container">
  <iframe src="//vine.co/v/iMJzrThFhDL/embed/simple"></iframe>
</div>

CSS

.container {
  width: 300px;
  height: 300px;
}

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