To make a rectangular image perfectly circular, use a square container with `rounded-full` and `overflow-hidden`, and apply `object-cover` to the image inside.
Rectangular image in `w-32 h-32 rounded-full overflow-hidden` container with `object-cover` on `img`.