<div class="flex items-center justify-center h-screen p-4"> <div class="flex space-x-4 rounded-full bg-white p-2 overflow-hidden overflow-x-scroll w-full"> <a href="#" class="trasition inline-block rounded-full bg-white px-4 py-2 font-medium text-gray-800 shadow duration-150 ease-in hover:bg-indigo-200 hover:text-indigo-600"> Home </a> <a href="#" class="trasition inline-block rounded-full px-4 py-2 font-medium text-gray-800 duration-150 ease-in hover:bg-indigo-200 hover:text-indigo-600"> Posts </a> <a href="#" class="trasition inline-block rounded-full px-4 py-2 font-medium text-gray-800 duration-150 ease-in hover:bg-indigo-200 hover:text-indigo-600"> Videos </a> <a href="#" class="trasition inline-block rounded-full px-4 py-2 font-medium text-gray-800 duration-150 ease-in hover:bg-indigo-200 hover:text-indigo-600"> Comments </a> </div> </div>
Tailwind CSS Pill Tabs component suitable for sub/secondary tabs
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 Pill Tabs Component 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 Tabs Components
More Components
Tailwind CSS Basic Tabs
Tailwind CSS basic tabs component. This component makes use of simple traditional tab styling with a mobile responsive layout.

Tailwind CSS Elegant Tabs
Tailwind CSS Elegant Tabs Component. This component makes use of modern tab styling and has a subtle hover/active state with a mobile responsive layout