Render Flow - Gap between flex children
Parse Tailwind classes
Identify display:flex
Apply flex container rules
Detect gap utility
Calculate spacing between flex items
Layout flex items with gaps
Paint and composite
The browser reads Tailwind classes, applies flex container styles, then adds spacing between flex children using the gap property before laying out and painting the elements.