Render Flow - Arbitrary color values
[Read HTML element] -> [Parse Tailwind class] -> [Detect arbitrary color syntax] -> [Validate color value] -> [Generate CSS rule] -> [Apply CSS to element] -> [Render color visually]
The browser reads the HTML and Tailwind classes, detects the arbitrary color syntax like bg-[#123abc], generates the matching CSS rule with that exact color, applies it to the element, and then paints the element with that color.