<div class="flex flex-col"> <h2 class="text-2xl font-bold mb-4"> Feature Cards </h2> <div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 xl:grid-cols-4 mt-4 gap-4"> <div class="flex items-start p-4 rounded-xl shadow-lg bg-white"> <div class="flex items-center justify-center bg-blue-50 h-12 w-12 rounded-full border border-blue-100"> <svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 text-blue-400" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"> <path stroke-linecap="round" stroke-linejoin="round" d="M7 8h10M7 12h4m1 8l-4-4H5a2 2 0 01-2-2V6a2 2 0 012-2h14a2 2 0 012 2v8a2 2 0 01-2 2h-3l-4 4z" /> </svg> </div> <div class="ml-4"> <h2 class="font-semibold">574 Messages</h2> <p class="mt-2 text-sm text-gray-500">Last opened 4 days ago</p> </div> </div> <div class="flex items-start p-4 rounded-xl shadow-lg bg-white"> <div class="flex items-center justify-center bg-orange-50 h-12 w-12 rounded-full border border-orange-100"> <svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 text-orange-400" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"> <path stroke-linecap="round" stroke-linejoin="round" d="M16 7a4 4 0 11-8 0 4 4 0 018 0zM12 14a7 7 0 00-7 7h14a7 7 0 00-7-7z" /> </svg> </div> <div class="ml-4"> <h2 class="font-semibold">1823 Users</h2> <p class="mt-2 text-sm text-gray-500">Last checked 3 days ago</p> </div> </div> <div class="flex items-start p-4 rounded-xl shadow-lg bg-white"> <div class="flex items-center justify-center bg-red-50 h-12 w-12 rounded-full border border-red-100"> <svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 text-red-400" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"> <path stroke-linecap="round" stroke-linejoin="round" d="M12 6.253v13m0-13C10.832 5.477 9.246 5 7.5 5S4.168 5.477 3 6.253v13C4.168 18.477 5.754 18 7.5 18s3.332.477 4.5 1.253m0-13C13.168 5.477 14.754 5 16.5 5c1.747 0 3.332.477 4.5 1.253v13C19.832 18.477 18.247 18 16.5 18c-1.746 0-3.332.477-4.5 1.253" /> </svg> </div> <div class="ml-4"> <h2 class="font-semibold">548 Posts</h2> <p class="mt-2 text-sm text-gray-500">Last authored 1 day ago</p> </div> </div> <div class="flex items-start p-4 rounded-xl shadow-lg bg-white"> <div class="flex items-center justify-center bg-indigo-50 h-12 w-12 rounded-full border border-indigo-100"> <svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 text-indigo-400" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"> <path stroke-linecap="round" stroke-linejoin="round" d="M7 8h10M7 12h4m1 8l-4-4H5a2 2 0 01-2-2V6a2 2 0 012-2h14a2 2 0 012 2v8a2 2 0 01-2 2h-3l-4 4z" /> </svg> </div> <div class="ml-4"> <h2 class="font-semibold">129 Comments</h2> <p class="mt-2 text-sm text-gray-500">Last commented 8 days ago</p> </div> </div> </div> </div>
TailwindCSS simple feature card show stats with interactive icons and straight forward details
How to install and add to your project?
Step 1: Include Scripts and Styling CDN inside the head tag
<script src="https://cdn.tailwindcss.com"></script> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/charts.css/dist/charts.min.css"> <script defer src="https://unpkg.com/[email protected]/dist/cdn.min.js"></script>
Step 2: Copy the Tailwind CSS Simple Feature Card Alt component code above as you need it
Step 3: Preview the component in your browser 🚀
Step 4: For production release make sure to use the official Tailwind CSS Installation
You are done 🎉
Credits or Attribution
If you enjoy using our components, please do give us (PostSrc) credit in your project footer section or about page. Copy the HTML below for attribution.
<a href="https://postsrc.com/components" target="_blank" rel="noopener" title="PostSrc Components - Collection of Tailwind CSS components for everyone to use"><img style="width: auto; height: 46px;" src="https://postsrc.com/img/attr.png" alt="PostSrc logo"></a>
Other Tailwind CSS Card Components
More Components
Tailwind CSS Hotel Card Component
Tailwind CSS Hotel Card Component

Tailwind CSS Card Image With Text Over
Tailwind CSS card image component with text over, useful for showing featured content that has image component

Tailwind CSS Property Card
Collection of Tailwind CSS Property Card Components

Tailwind CSS Order Card
Tailwind CSS order card component