JSFiddle - React, Tailwind, and code Playground

HTML

<div>
  <iframe></iframe>
</div>

CSS

div {
  text-align: center;
  width:100%;
}
.iframe{
  width: 200px;
}