JSFiddle - React, Tailwind, and code Playground
by mgrcic
HTML
<div id="system-message">This site is currently in read only mode, we'll return with full functionality soon.
</div>
CSS
#system-message {
clear: both;
text-align: center;
margin: 0px 0px 10px 0px;
padding: 7px;
font-weight: bold;
color:
#735005;
background-color: #FFEFC6;
font-size: 100%;
}