Render Flow - Active variant
Parse Tailwind config
Identify 'active:' variant
Generate CSS selector with :active pseudo-class
Apply styles when element is pressed
Browser paints active styles
User interaction triggers :active state
The browser reads the Tailwind CSS config, recognizes the 'active:' variant, generates CSS with the :active pseudo-class, and applies styles visually when the user presses the element.