Toast

Provide quick notification on user's action.

Couldn't submit the file. Retry in 5 seconds.

RETRY
                        
<div class="toast">
    <p class="toast-content">Couldn't submit the file. Retry in 5 seconds.</p>
    <a href="#" class="toast-retry">RETRY</a>
    <div class="toast-close"><img class="icon" src="https://img.icons8.com/dotty/80/undefined/filled-cancel.png"/></div>
</div>