<div class="w-full md:w-1/3 mx-auto"> <div class="flex flex-col p-5 rounded-lg shadow bg-white"> <div class="flex"> <div> <svg class="w-6 h-6 fill-current text-blue-500" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M11 7h2v2h-2zm0 4h2v6h-2zm1-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"/></svg> </div> <div class="ml-3"> <h2 class="font-semibold text-gray-800">Primary Alert Title</h2> <p class="mt-2 text-sm text-gray-600 leading-relaxed">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Eum impedit ipsam nam quam! Ab accusamus aperiam distinctio doloribus, praesentium quasi reprehenderit soluta unde?</p> </div> </div> <div class="flex justify-end items-center mt-3"> <button class="px-4 py-2 bg-gray-100 hover:bg-gray-200 text-gray-800 text-sm font-medium rounded-md"> Cancel </button> <button class="px-4 py-2 ml-2 bg-blue-500 hover:bg-blue-600 text-white text-sm font-medium rounded-md"> Continue </button> </div> </div> </div>
Tailwind CSS Primary Alert With Actions Components
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 Primary Alert With Actions 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 Warning Alert with large Icon and Action
Tailwind CSS warning alert witih large icon and action component

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 Primary Alert
Tailwind CSS Primary Alert component

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