JSFiddle - React, Tailwind, and code Playground
HTML
<div class="clipping">
<img src="https://www.paralleldevs.com/sites/default/files/who-we-are-1.jpg" width="300"/>
</div>
CSS
img {
width: 300px;
height: 300px;
object-fit: cover;
}
.clipping {
background: #cccccc;
width: 300px;
height: 300px;
}