Render Flow - Gradient utilities (from, via, to)
Read HTML element
Apply Tailwind classes
Parse gradient utilities: from, via, to
Generate CSS gradient background
Calculate color stops
Paint gradient on element
Composite final render
The browser reads the element and Tailwind classes, then applies the gradient colors in order from start (from), through middle (via), to end (to), painting a smooth color transition background.