Render Flow - Flex direction control
Parse Tailwind class
Identify flex container
Apply display:flex
Apply flex-direction property
Calculate main and cross axis
Position flex items accordingly
Paint and composite
The browser reads the Tailwind classes, sets the container as flex, applies the flex-direction property, then arranges the child items along the main axis before painting the final layout.