Render Flow - Flex basis and sizing
[Parse Tailwind classes] -> [Identify flex container] -> [Apply flex-basis from class] -> [Calculate item size] -> [Layout flex items] -> [Paint items] -> [Composite]
The browser reads Tailwind classes, applies flex-basis sizing to flex items, calculates their size based on flex rules, then lays out and paints them on screen.