JSFiddle - React, Tailwind, and code Playground

by rlemon

HTML

<div id="wrapper-404">

<a href="index.html">Sorry the page you were looking for does not exist<br />
Please return to the homepage</a>

</div><!--404 wrapper-->

CSS

#wrapper-404    {width:400px; height:200px; position:fixed; left:50%; top:50%; margin-top:-100px; margin-left:-200px;}

#wrapper-404 a    {font-size:14px; line-height:120%;}