Render Flow - Padding utilities
Read HTML element
Apply Tailwind class: p-4
Parse padding value: 1rem
Add padding inside element's content box
Recalculate layout
Paint updated box with padding
The browser reads the HTML element, applies the Tailwind padding class which sets padding inside the element's box, then recalculates layout and paints the updated box with space inside.