<div class="bg-white p-4 flex justify-center items-center flex-wrap"> <span class="m-2 px-2 py-1 bg-gray-200 hover:bg-gray-300 rounded-full text-sm font-semibold text-gray-600"> Default Badge </span> <span class="m-2 px-3 py-1 bg-green-200 hover:bg-green-300 rounded-full text-sm font-semibold text-green-600"> Success Badge </span> <span class="m-2 px-3 py-1 bg-red-200 hover:bg-red-300 rounded-full text-sm font-semibold text-red-600"> Danger Badge </span> <span class="m-2 px-3 py-1 bg-yellow-200 hover:bg-yellow-300 rounded-full text-sm font-semibold text-yellow-600"> Warning Badge </span> <span class="m-2 px-3 py-1 bg-blue-200 hover:bg-blue-300 rounded-full text-sm font-semibold text-blue-600"> Info Badge </span> </div>
Tailwind CSS Default badges components. This component includes the default badge, success badge, danger badge, warning badge, and info badge.
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 Default Badges 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 Badges Components
More Components
Tailwind CSS Default Badges With Icon
Tailwind CSS Default badges components with icon. This component includes the default badge, success badge, danger badge, warning badge, and info badge.

Tailwind CSS Simple Number Badge
Tailwind CSS simple number badge components

Tailwind CSS Simple Icon With Badge
Tailwind CSS simple number icon with badge component