Render Flow - Background size and position
Read HTML element
Apply Tailwind classes
Parse background-size and background-position classes
Calculate background image size
Calculate background image position
Paint background image
Composite final element
The browser reads the element and applies Tailwind CSS classes. It calculates the background image size and position based on the classes, then paints and composites the background visually.