Render Flow - Dark variant usage
[Read HTML] -> [Parse Tailwind classes] -> [Detect dark variant prefix 'dark:'] -> [Check user prefers dark mode or 'dark' class on root] -> [Apply dark styles if matched] -> [Render final styles]
The browser reads the HTML and Tailwind classes, detects the 'dark:' prefix, checks if the user prefers dark mode or if the 'dark' class is present on a parent element, and applies the dark styles accordingly before rendering.