JSFiddle - React, Tailwind, and code Playground
HTML
<div id="404-wrapper">
<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
[id='404-wrapper']
{width:400px; height:200px; position:fixed; left:50%; top:50%; margin-top:-100px; margin-left:-200px;}
[id='404-wrapper']wrapper a {font-size:14px; line-height:120%;}