<div class="bg-white p-4"> <button class="px-4 py-2 bg-gradient-to-r from-gray-200 to-gray-300 hover:opacity-80 text-gray-800 text-sm font-medium rounded-md"> Default Button </button> <button class="px-4 py-2 bg-gradient-to-r from-red-600 to-red-700 hover:opacity-80 text-white text-sm font-medium rounded-md"> Danger Button </button> <button class="px-4 py-2 bg-gradient-to-r from-yellow-500 to-yellow-600 hover:opacity-80 text-white text-sm font-medium rounded-md"> Warning Button </button> <button class="px-4 py-2 bg-gradient-to-r from-blue-500 to-blue-600 hover:opacity-80 text-white text-sm font-medium rounded-md"> Info Button </button> <button class="px-4 py-2 bg-gradient-to-r from-green-500 to-green-600 hover:opacity-80 text-white text-sm font-medium rounded-md"> Success Button </button> <button class="px-4 py-2 bg-gradient-to-r from-gray-100 to-gray-200 hover:opacity-80 text-gray-800 text-sm font-medium rounded-md"> Light Button </button> <button class="px-4 py-2 bg-gradient-to-r from-gray-700 to-gray-900 hover:opacity-80 text-white text-sm font-medium rounded-md"> Dark Button </button> </div>
Collection of Tailwind CSS Gradient Button components which 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 Tailwind CSS Style using CDN inside the head tag
<script src="https://cdn.tailwindcss.com"></script>
Step 2: Copy the Tailwind CSS Gradient Button 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 Dropdown Button
This component is the implementation of the Tailwind CSS dropdown button. The color can be customized based on the use case of the dropdown 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 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 Rounded Icon Buttons
This component contains the rounded icon button variant usually suitable for batch action processing.