Problem Statement
How can you design a reusable card component for dashboards using Tailwind?
Explanation
A reusable card can be made using base classes for structure — like rounded-lg, shadow, and padding — combined with slot-based content.
Tailwind’s utility classes let you mix typography, spacing, and background utilities quickly without needing a separate CSS file.
