Render Flow - Text decoration and underline
Read HTML element with text
Parse Tailwind classes
Match text-decoration classes
Apply CSS text-decoration properties
Render underline or other decoration
Paint text with decoration
Composite final output
The browser reads the HTML text element, parses Tailwind classes that control text decoration, applies the corresponding CSS properties like underline, then paints and composites the text with the decoration visible.