Render Flow - Hover variant
Read HTML element
Apply base Tailwind classes
Detect :hover state on element
Apply hover: prefixed classes
Repaint element with new styles
Remove hover styles when mouse leaves
The browser reads the HTML and applies base styles. When the mouse pointer moves over the element, the hover variant styles are applied, causing a repaint with the new visual appearance.