Render Flow - Order and self-alignment
[Parse Tailwind classes] -> [Identify flex container and items] -> [Apply order property to items] -> [Apply self-alignment to individual items] -> [Calculate final layout positions] -> [Paint items in new order and alignment]
The browser reads Tailwind classes, applies the order property to rearrange flex items, then applies self-alignment to individual items, recalculates layout, and paints the final visual order and alignment.