Render Flow - Odd and even row styling
Read HTML table rows
Apply Tailwind odd: and even: variants
Match odd rows and apply odd:bg-color
Match even rows and apply even:bg-color
Render rows with alternating background colors
Paint and composite final table
The browser reads each table row, then Tailwind's odd: and even: variants apply background colors to odd and even rows respectively, creating a striped effect.