JSFiddle - React, Tailwind, and code Playground
by shtrih
HTML
<html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body bgcolor="white">
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>
<!--
error_page 503 /503.html;
location = /503.html {
internal;
root /var/www/html;
}
-->
CSS
body {
background-position: center 130px;
background-repeat: no-repeat;
background-image:...