Render Flow - Card component patterns
Read <div class='card'>
→Create DIV node
Apply Tailwind classes
Add child elements: image, title, text, button
Calculate box model: padding, margin, border-radius
Apply flex/grid if used
Paint card with shadows and colors
Composite final card on page
The browser reads the card container and its children, applies Tailwind CSS utility classes to style spacing, colors, and layout, then paints the card with shadows and rounded corners before compositing it on the page.