Render Flow - Row spanning
[Parse Tailwind classes] -> [Identify grid container] -> [Identify grid items] -> [Apply row-span-* classes] -> [Calculate grid row span] -> [Layout grid items] -> [Paint grid]
The browser reads Tailwind classes, recognizes the grid container and items, applies the row-span classes to extend items vertically across multiple rows, then calculates layout and paints the grid.