Render Flow - Line height and leading
Read HTML text element
Parse Tailwind classes
Identify leading-* class
Calculate line-height value
Apply line-height to text
Recalculate layout
Paint text with new spacing
The browser reads the text element, parses Tailwind's leading class to get the line-height value, applies it to the text, recalculates layout spacing between lines, and then paints the updated text with adjusted vertical spacing.