Render Flow - Space between children (space-x, space-y)
Read container element
Apply Tailwind class space-x-4
Calculate horizontal margin between children
Add margin-left to all but first child
Render children with horizontal gaps
Paint and composite final layout
The browser reads the container with Tailwind's space-x or space-y class, calculates margins between children, applies them except on the first child, then renders the children spaced horizontally or vertically.