Render Flow - Top, right, bottom, left offsets
[Parse Tailwind classes] -> [Match offset utilities] -> [Apply CSS position and offset properties] -> [Calculate layout with offsets] -> [Paint updated positions] -> [Composite final frame]
The browser reads Tailwind offset classes, converts them to CSS position and offset properties, recalculates layout to move elements accordingly, then paints and composites the updated positions on screen.