Render Flow - Arbitrary variants for custom selectors
[Parse Tailwind config] -> [Identify arbitrary variant syntax] -> [Generate CSS selector with custom variant] -> [Apply styles to matched elements] -> [Render updated styles in browser]
Tailwind reads the custom variant syntax inside square brackets, converts it into a CSS selector, then applies the styles to elements matching that selector, updating the page visually.