Render Flow - @apply for extracting patterns
Read CSS file
Find @apply directive
Extract utility classes
Replace @apply with expanded CSS rules
Generate final CSS
Browser applies styles to HTML elements
Render styled elements
The browser reads the CSS with @apply, Tailwind expands the utility classes into actual CSS rules, then the browser applies these styles to the HTML elements and renders the styled page.