<div class="alert alert-warning">
    <svg xmlns="http://www.w3.org/2000/svg" class="stroke-current flex-shrink-0 h-6 w-6" fill="none" viewBox="0 0 24 24">
        <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-3L13.732 4c-.77-1.333-2.694-1.333-3.464 0L3.34 16c-.77 1.333.192 3 1.732 3z" />
    </svg> <span>Warning: Invalid email address!</span>
</div>
@!jrmc.alert.warning({ text: 'Warning: Invalid email address!' })

Alert

Doc : daisyui alert

Alert informs users about important events.

Class name Type
alert Component Container element
alert-info Responsive Alert with info color
alert-success Responsive Alert with success color
alert-warning Responsive Alert with warning color
alert-error Responsive Alert with error color