Noticescomponent

Lorem Ipsum is simply dummy text of the printing and typesetting industry.
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
<div class="notice">
    ... content ...
</div>

<div class="notice marker-on-top">
    ... content ...
</div>

<div class="notice marker-on-right">
    ... content ...
</div>

<div class="notice marker-on-bottom">
    ... content ...
</div>

To set background color you can use predefined colors bg-*. To set color you can use predefined colors fg-*.

<div class="notice bg-amber fg-white">
    ... content ...
</div>