Render Flow - Background repeat control
[Parse CSS classes] -> [Match background-repeat classes] -> [Apply background-repeat property] -> [Render background image] -> [Repeat or no-repeat based on property] -> [Paint background]
The browser reads the Tailwind CSS classes, finds the background-repeat related class, applies the corresponding CSS property, then renders the background image repeating or not repeating accordingly.