JSFiddle - React, Tailwind, and code Playground

by creed88

HTML

<div class="alert">This is an alert</div>

CSS

.alert {
    position: fixed;
    top: 30px;
    left: 0;
    display: block;
    width: 100%;
    text-align: center;
    background-color: #ff6600;
    padding: 5px 10px;
}