Home / Components / Alert Components / Tailwind CSS Basic Alerts With Icon

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.

<div class="w-full md:w-1/3 mx-auto bg-white p-4">
  <div class="flex items-center p-5 leading-normal text-blue-600 bg-blue-100 rounded-lg" role="alert">
	<svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" viewBox="0 0 24 24" class="inline w-6 h-6 fill-current mr-2">
	  <g data-v-2d0d7d62=""><rect data-v-2d0d7d62="" fill="none" height="24" width="24"></rect></g><g data-v-2d0d7d62=""><g data-v-2d0d7d62=""></g><g data-v-2d0d7d62=""><circle data-v-2d0d7d62="" cx="15.5" cy="9.5" r="1.5"></circle><circle data-v-2d0d7d62="" cx="8.5" cy="9.5" r="1.5"></circle><path data-v-2d0d7d62="" d="M12,18c2.28,0,4.22-1.66,5-4H7C7.78,16.34,9.72,18,12,18z"></path><path data-v-2d0d7d62="" d="M11.99,2C6.47,2,2,6.48,2,12c0,5.52,4.47,10,9.99,10C17.52,22,22,17.52,22,12C22,6.48,17.52,2,11.99,2z M12,20 c-4.42,0-8-3.58-8-8c0-4.42,3.58-8,8-8s8,3.58,8,8C20,16.42,16.42,20,12,20z"></path></g></g>
	</svg>
	<p>A simple basic info alert with text and icon</p>
  </div>

  <div class="mt-5 flex items-center p-5 leading-normal text-red-600 bg-red-100 rounded-lg" role="alert">
	<svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" viewBox="0 0 24 24" class="inline w-6 h-6 fill-current mr-2">
	  <g data-v-2d0d7d62=""><rect data-v-2d0d7d62="" fill="none" height="24" width="24"></rect></g><g data-v-2d0d7d62=""><g data-v-2d0d7d62=""></g><g data-v-2d0d7d62=""><circle data-v-2d0d7d62="" cx="15.5" cy="9.5" r="1.5"></circle><circle data-v-2d0d7d62="" cx="8.5" cy="9.5" r="1.5"></circle><path data-v-2d0d7d62="" d="M12,18c2.28,0,4.22-1.66,5-4H7C7.78,16.34,9.72,18,12,18z"></path><path data-v-2d0d7d62="" d="M11.99,2C6.47,2,2,6.48,2,12c0,5.52,4.47,10,9.99,10C17.52,22,22,17.52,22,12C22,6.48,17.52,2,11.99,2z M12,20 c-4.42,0-8-3.58-8-8c0-4.42,3.58-8,8-8s8,3.58,8,8C20,16.42,16.42,20,12,20z"></path></g></g>
	</svg>
	<p>A simple basic danger alert with text and icon</p>
  </div>

  <div class="mt-5 flex items-center p-5 leading-normal text-green-600 bg-green-100 rounded-lg" role="alert">
	<svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" viewBox="0 0 24 24" class="inline w-6 h-6 fill-current mr-2">
	  <g data-v-2d0d7d62=""><rect data-v-2d0d7d62="" fill="none" height="24" width="24"></rect></g><g data-v-2d0d7d62=""><g data-v-2d0d7d62=""></g><g data-v-2d0d7d62=""><circle data-v-2d0d7d62="" cx="15.5" cy="9.5" r="1.5"></circle><circle data-v-2d0d7d62="" cx="8.5" cy="9.5" r="1.5"></circle><path data-v-2d0d7d62="" d="M12,18c2.28,0,4.22-1.66,5-4H7C7.78,16.34,9.72,18,12,18z"></path><path data-v-2d0d7d62="" d="M11.99,2C6.47,2,2,6.48,2,12c0,5.52,4.47,10,9.99,10C17.52,22,22,17.52,22,12C22,6.48,17.52,2,11.99,2z M12,20 c-4.42,0-8-3.58-8-8c0-4.42,3.58-8,8-8s8,3.58,8,8C20,16.42,16.42,20,12,20z"></path></g></g>
	</svg>
	<p>A simple basic success alert with text and icon</p>
  </div>

  <div class="mt-5 flex items-center p-5 leading-normal text-yellow-600 bg-yellow-100 rounded-lg" role="alert">
	<svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" viewBox="0 0 24 24" class="inline w-6 h-6 fill-current mr-2">
	  <g data-v-2d0d7d62=""><rect data-v-2d0d7d62="" fill="none" height="24" width="24"></rect></g><g data-v-2d0d7d62=""><g data-v-2d0d7d62=""></g><g data-v-2d0d7d62=""><circle data-v-2d0d7d62="" cx="15.5" cy="9.5" r="1.5"></circle><circle data-v-2d0d7d62="" cx="8.5" cy="9.5" r="1.5"></circle><path data-v-2d0d7d62="" d="M12,18c2.28,0,4.22-1.66,5-4H7C7.78,16.34,9.72,18,12,18z"></path><path data-v-2d0d7d62="" d="M11.99,2C6.47,2,2,6.48,2,12c0,5.52,4.47,10,9.99,10C17.52,22,22,17.52,22,12C22,6.48,17.52,2,11.99,2z M12,20 c-4.42,0-8-3.58-8-8c0-4.42,3.58-8,8-8s8,3.58,8,8C20,16.42,16.42,20,12,20z"></path></g></g>
	</svg>
	<p>A simple basic warning alert with text and icon</p>
  </div>

  <div class="mt-5 flex items-center p-5 leading-normal text-gray-600 bg-gray-100 rounded-lg" role="alert">
	<svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" viewBox="0 0 24 24" class="inline w-6 h-6 fill-current mr-2">
	  <g data-v-2d0d7d62=""><rect data-v-2d0d7d62="" fill="none" height="24" width="24"></rect></g><g data-v-2d0d7d62=""><g data-v-2d0d7d62=""></g><g data-v-2d0d7d62=""><circle data-v-2d0d7d62="" cx="15.5" cy="9.5" r="1.5"></circle><circle data-v-2d0d7d62="" cx="8.5" cy="9.5" r="1.5"></circle><path data-v-2d0d7d62="" d="M12,18c2.28,0,4.22-1.66,5-4H7C7.78,16.34,9.72,18,12,18z"></path><path data-v-2d0d7d62="" d="M11.99,2C6.47,2,2,6.48,2,12c0,5.52,4.47,10,9.99,10C17.52,22,22,17.52,22,12C22,6.48,17.52,2,11.99,2z M12,20 c-4.42,0-8-3.58-8-8c0-4.42,3.58-8,8-8s8,3.58,8,8C20,16.42,16.42,20,12,20z"></path></g></g>
	</svg>
	<p>A simple basic default alert with text and icon</p>
  </div>
</div>
                    

2 years ago

712

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 Icon 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>

Welcome to PostSrc V3

PostSrc Dark Logo

You have to login to favorite this