JSFiddle - React, Tailwind, and code Playground
HTML
<div class="cont">
<div class="cam"></div>
</div>
CSS
.cont {
height: 200px;
overflow: hidden;
}
.cam {
height: 640px;
width:675px;
background-color: cornflowerblue;
}
<div class="cont">
<div class="cam"></div>
</div>
.cont {
height: 200px;
overflow: hidden;
}
.cam {
height: 640px;
width:675px;
background-color: cornflowerblue;
}