Render Flow - Text alignment
Read HTML element with text
Parse Tailwind class for text alignment
Match class to CSS text-align property
Apply text-align style to element
Calculate line box positions
Paint aligned text
Composite final pixels
The browser reads the HTML and Tailwind classes, converts the text alignment class into CSS, applies it to the element, then positions and paints the text accordingly.