Render Flow - Font family utilities
Read HTML element
Apply Tailwind class for font family
Tailwind CSS injects font-family property
Browser parses CSS font-family
Browser selects first available font
Text renders with chosen font
The browser reads the HTML element, applies the Tailwind font family class which sets the CSS font-family property. Then the browser picks the first available font from the list and renders the text accordingly.