Render Flow - Arbitrary properties for unsupported CSS
[Read HTML element] -> [Parse Tailwind classes] -> [Identify arbitrary property syntax] -> [Generate CSS rule with custom property] -> [Apply CSS to element] -> [Layout and paint element]
The browser reads the HTML and Tailwind classes, detects the arbitrary property syntax, creates a CSS rule with the custom property, then applies it to the element for layout and painting.