Render Flow - Square bracket notation for custom values
[Read Tailwind class] -> [Detect square bracket notation] -> [Parse custom value inside brackets] -> [Generate CSS rule with custom value] -> [Apply CSS to element] -> [Render updated style]
The browser reads the Tailwind class with square brackets, extracts the custom value inside, creates a CSS rule using that value, and applies it to the element for rendering.