<!-- Primary -->
<button
class="text-indigo-500 py-2 px-4 uppercase font-medium "
>
Primary
</button>
<!-- Info -->
<button
class="text-blue-500 py-2 px-4 uppercase font-medium "
>
Info
</button>
<!-- Success -->
<button
class="text-green-500 py-2 px-4 uppercase font-medium "
>
Success
</button>
<!-- Danger -->
<button
class="text-red-500 py-2 px-4 uppercase font-medium "
>
Danger
</button>
<!-- Warning -->
<button
class="text-yellow-500 py-2 px-4 uppercase font-medium "
>
Warning
</button>
<!-- Default -->
<button
class="text-gray-800-500 py-2 px-4 uppercase font-medium "
>
Default
</button>
<!-- Secondary -->
<button
class="text-gray-500 py-2 px-4 uppercase font-medium "
>
Secondary
</button>