JSFiddle - React, Tailwind, and code Playground
by mgrcic
HTML
<div id='success_notification'>TESTING.</div>
CSS
#success_notification {
position: absolute;
top: 0;
left: 35%;
width: 30%;
text-align: center;
font: 20px Georgia;
color: #5C5C5C;
background: #F2FFED;
padding: 10px;
}