JSFiddle - React, Tailwind, and code Playground

by Kirubel Girma

HTML

<div class="cont">
  <div class="cam"></div>
</div>

CSS

.cont {
  height: 200px;
  overflow: hidden;
}
.cam {
  height: 640px;
  width:675px;
  background-color: cornflowerblue;
}