An alert displays a short, important message in a way that attracts
the user's attention without interrupting the user's task.
Examples
A primary alert example with a text link
Text Link
A secondary alert example!!!!
A success alert example: order placed
A danger alert example: Are you sure you want to delete the account
permanently?
A warning alert example: Fill all the fields before submitting
A warning alert example!!!
<divclass="alert-box bg-cyan-200 text-cyan-800">
A primary alert example with a text link
<aclass="link-text">Text Link</a></div><divclass="alert-box bg-sky-300 text-sky-800">
A secondary alert example!!!!
</div><divclass="alert-box bg-green-200 text-green-800"><span><iclass="alert-icon fas fa-check-circle"></i></span>
A success alert example: order placed
</div><divclass="alert-box bg-red-200 text-red-800"><span><iclass="alert-icon fas fa-exclamation-triangle"></i></span>
A danger alert example: Are you sure you want to delete the account
permanently?
</div><divclass="alert-box bg-yellow-200 text-yellow-800"><span><iclass="alert-icon fas fa-exclamation-triangle"></i></span>
A warning alert example: Fill all the fields before submitting
</div><divclass="alert-box bg-orange-200 text-orange-800"id="alert-example-close"><span><iclass="alert-icon fas fa-exclamation-triangle"></i></span>
A warning alert example!!!
<buttontype="button"class="btn-close"id="alert-example-close-btn"></button></div>