Render Flow - Negative margin usage
Read HTML element
Apply Tailwind classes
Parse margin utilities
Detect negative margin prefix '-'
Calculate negative margin value
Apply negative margin to element's box model
Recalculate layout
Paint updated layout
The browser reads the HTML and applies Tailwind CSS classes. When it sees a negative margin class, it calculates the negative offset and shifts the element accordingly, then updates the layout and paints the result.