<div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 xl:grid-cols-4 gap-6 mt-4 w-full"> <div class="flex items-center relative p-4 w-full bg-white rounded-lg overflow-hidden shadow hover:shadow-md"> <div class="w-12 h-12 rounded-full bg-gray-100"></div> <div class="ml-3"> <p class="font-medium text-gray-800">John doe</p> <p class="text-sm text-gray-600">Last online 4 hours ago</p> </div> </div> <div class="flex items-center relative p-4 w-full bg-white rounded-lg overflow-hidden shadow hover:shadow-md"> <div class="w-12 h-12 rounded-full bg-gray-100"></div> <div class="ml-3"> <p class="font-medium text-gray-800">John doe</p> <p class="text-sm text-gray-600">Last online 4 hours ago</p> </div> </div> <div class="flex items-center relative p-4 w-full bg-white rounded-lg overflow-hidden shadow hover:shadow-md"> <div class="w-12 h-12 rounded-full bg-gray-100"></div> <div class="ml-3"> <p class="font-medium text-gray-800">John doe</p> <p class="text-sm text-gray-600">Last online 4 hours ago</p> </div> </div> <div class="flex items-center relative p-4 w-full bg-white rounded-lg overflow-hidden shadow hover:shadow-md"> <div class="w-12 h-12 rounded-full bg-gray-100"></div> <div class="ml-3"> <p class="font-medium text-gray-800">John doe</p> <p class="text-sm text-gray-600">Last online 4 hours ago</p> </div> </div> </div>
Tailwind CSS user card component
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 User Card 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 Feature Card
Tailwind CSS Feature Card component

Tailwind CSS Order Card
Tailwind CSS order card component

Tailwind CSS Card With Image and Text Vertical
Tailwind CSS card with image and text vertical. Suitable to show simple listing such as blog post with a cover image that's vertically stacked with each other.

Tailwind CSS Hotel Card Component
Tailwind CSS Hotel Card Component