JSFiddle - React, Tailwind, and code Playground

by Mrt Ja

HTML

<div id="x"></div>
<iframe scrolling="no" id="iframeId" src="https://coinmarketcap.com/currencies/dash/#charts"></iframe>

CSS

iframe {
  height:606px;
  min-width: 600px;

  border: 1px solid black;
  overflow: hidden;
}