<div
className="bg-blue-300 relative"
style={{ width: "100%", paddingBottom: "100%" }}
/* 56.25% for 9/16 ratio */
>
<img
src={img}
className="absolute object-cover w-full h-full"
/>
</div>
<div className="h-24">
<img
className="object-cover w-full h-full" src={...}
/>
</div>