Render Flow - Font weight control
[Read HTML element] -> [Apply Tailwind class for font weight] -> [Parse font-weight value] -> [Update computed style] -> [Recalculate layout] -> [Paint text with new weight]
The browser reads the HTML element, applies the Tailwind font weight class, parses the numeric font-weight value, recalculates layout if needed, and paints the text with the updated thickness.