JSFiddle - React, Tailwind, and code Playground
by AndreaLigios
HTML
<div class="myDiv">Something went wrong. God save the Queen!</div>
CSS
.myDiv {
position: fixed;
top:100px;
left:25%;
right: 25%;
padding:10px;
background-color: blue;
color: white;
}