JSFiddle - React, Tailwind, and code Playground

by Alain Martinez

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;
}