JSFiddle - React, Tailwind, and code Playground

by mount

HTML

<div class="slide">
          <iframe  src=""> 
        </div>  <!-- end of slide div -->

CSS

.slide{
 background-color: #000000;
 
    background-image: url('image/sample.jpg');

    width: 100%;
    height: 150px;
    max-width: 1920px; 
} 
.slide iframe{
     float:center; 
}
}