Render Flow - Object-fit for images and media
[Load HTML with <img>] -> [Parse CSS classes] -> [Apply object-fit property] -> [Calculate replaced element size] -> [Clip or scale image inside container] -> [Paint image with fitting]
The browser loads the image element, applies the object-fit style from Tailwind classes, calculates how the image fits inside its container, then paints the image clipped or scaled accordingly.