Render Flow - Border radius (rounded corners)
[Parse Tailwind class 'rounded'] -> [Match element] -> [Apply border-radius CSS] -> [Recalculate box shape] -> [Paint with rounded corners] -> [Composite]
The browser reads the Tailwind class, applies the corresponding border-radius CSS property, recalculates the shape of the box, then paints and composites the element with rounded corners.