JSFiddle - React, Tailwind, and code Playground
by teknohippy
HTML
<h1>NO!</h1>
<footer>Made with ❤ by Andy J. Norman</footer>
CSS
h1 {
left: 0;
line-height: 200px;
margin-top: -100px;
position: absolute;
text-align: center;
top: 50%;
width: 100%;
font-size: 80vh;
font-family: verdana;
font-weight: 1000;
}
footer {
position: absolute;
right: 10px;
bottom: 10px;
font-family: verdana;
font-size: 12px;
color: silver;
}