Render Flow - Transform (scale, rotate, translate)
[Parse Tailwind classes] -> [Match transform utilities] -> [Generate CSS transform property] -> [Apply transform to element] -> [Repaint element with transform]
The browser reads Tailwind classes, converts transform utilities into CSS transform properties, then applies these to the element, causing it to repaint with the new scale, rotation, or position.