Render Flow - Column spanning
[Parse Tailwind classes] -> [Identify grid container] -> [Identify grid items] -> [Apply col-span-* classes] -> [Calculate grid item span] -> [Layout grid with spanning] -> [Paint grid]
The browser reads Tailwind classes, recognizes the grid container and items, applies column spanning classes to grid items, calculates their span across columns, then lays out and paints the grid visually.