Tailwind Card Generator
Assemble Tailwind card classes visually, tune spacing and surfaces, and copy the final class string into your UI.
Settings
gray-200
white
Preview & Code
Card Preview
This is how your card will look
Usage Example:
<div className="p-6 rounded-lg border border-gray-200 bg-white shadow-sm">
<!-- Your content here -->
</div>