<div class="w-full md:w-1/3 mx-auto bg-white p-4"> <div class="p-5 leading-normal text-white bg-blue-500 rounded-lg" role="alert"> <p>A simple basic info alert with filled background</p> </div> <div class="mt-5 p-5 leading-normal text-white bg-red-500 rounded-lg" role="alert"> <p>A simple basic danger alert with filled background</p> </div> <div class="mt-5 p-5 leading-normal text-white bg-green-500 rounded-lg" role="alert"> <p>A simple basic success alert with filled background</p> </div> <div class="mt-5 p-5 leading-normal text-white bg-yellow-500 rounded-lg" role="alert"> <p>A simple basic warning alert with filled background</p> </div> <div class="mt-5 p-5 leading-normal text-white bg-gray-500 rounded-lg" role="alert"> <p>A simple basic default alert with filled background</p> </div> </div>
Tailwind CSS basic alerts component with a filled background. This component contains the info alert, danger alert, success alert, warning alert, and default alert.
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 Basic Alerts With Filled Background 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 Alerts Components
More Components
Tailwind CSS Primary Alert With Actions
Tailwind CSS Primary Alert With Actions Components

Tailwind CSS Basic Alerts With Border
Tailwind CSS basic alerts component with border. This component contains the info alert, danger alert, success alert, warning alert, and default alert.

Tailwind CSS Basic Alerts With Icon
Tailwind CSS basic closable alerts component with icon and text. This component contains the info alert, danger alert, success alert, warning alert, and default alert.

Tailwind CSS Delete Alert With Large Actions
Tailwind CSS delete alert with large actions component