Render Flow - Creating custom utilities with addUtilities
[Read tailwind.config.js] -> [Parse addUtilities object] -> [Generate CSS classes] -> [Inject into stylesheet] -> [Apply classes in HTML] -> [Browser renders styles]
The Tailwind compiler reads the addUtilities config, creates new CSS classes, adds them to the stylesheet, and the browser applies these styles to elements with those classes.