JSFiddle - React, Tailwind, and code Playground
by Katarn
HTML
<div class="photo">
<div class="cut">
</div>
</div>
CSS
.photo {
aspect-ratio: 4/3;
background: red;
height: 200px;
}
.cut {
aspect-ratio: 1/1;
background: blue;
margin: auto;
height: 200px;
}