JSFiddle - React, Tailwind, and code Playground
HTML
<div class="notify">
<span class="notification">
<p class="font-style">This is for testing</p>
</span>
</div>
CSS
.notify {
background: #FFFFFF; /* #FAFAFA */
width:100%;
position: relative;
margin:-13px 0px 0px -5px;
padding: 2px 0px 0px 0px;
border-bottom:2px solid #CC0000;
box-shadow: 0px 4px 5px #AAAAAA;
font-size:14px;
font-family: 'Lato Regular', Arial;
text-transform:uppercase;
text-align:center;
}