<div class="bg-white p-4"> <button class="px-4 py-2 bg-gray-200 hover:bg-gray-300 text-gray-800 text-sm font-medium rounded-full"> Default Button </button> <button class="px-4 py-2 bg-red-600 hover:bg-red-700 text-white text-sm font-medium rounded-full"> Danger Button </button> <button class="px-4 py-2 bg-yellow-500 hover:bg-yellow-600 text-white text-sm font-medium rounded-full"> Warning Button </button> <button class="px-4 py-2 bg-blue-500 hover:bg-blue-600 text-white text-sm font-medium rounded-full"> Info Button </button> <button class="px-4 py-2 bg-green-500 hover:bg-green-600 text-white text-sm font-medium rounded-full"> Success Button </button> <button class="px-4 py-2 bg-gray-100 hover:bg-gray-200 text-gray-800 text-sm font-medium rounded-full"> Light Button </button> <button class="px-4 py-2 bg-gray-800 hover:bg-gray-900 text-white text-sm font-medium rounded-full"> Dark Button </button> </div>
Collection of Tailwind CSS pill button that includes the typical default button, danger button, warning button, info button, success button, light button, and dark button.
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 Buttons 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 Buttons Components
More Components
Tailwind CSS Button With Badge
This component is a button component with the badge to indicate the total number of actions/processes the button is performing

Tailwind CSS Button Group
Collection of Tailwind CSS Button Group components which includes the typical default button, danger button, warning button, info button, success button, light button, and dark button

Tailwind CSS Default Button
Collection of Tailwind CSS Default Button components which includes the typical default button, danger button, warning button, info button, success button, light button, and dark button

Tailwind CSS Buttons with Shadows
Collection of Tailwind CSS Buttons with Shadows for primary, success, warning, alert, secondary and default buttons