The note component is for displaying timely messages to the user. It goes in the body of a page and can be left- or right-aligned.
<figure class="note is-left">
<h6 class="note__title">Note Title:</h6>
<hr/>
<p class="note__text">This is note text lorem ipsum dolor, <a href="#">and this is a link</a>.</p>
</figure>