JSFiddle - React, Tailwind, and code Playground
normal
by CBroe
HTML
<pre>Leave Me
The Luck
A Phone</pre>
CSS
* { margin:0; padding:0; box-sizing:border-box; }
html, body { display:flex; justify-content:center; align-items:center; font-family: 'Share Tech Mono'; }
html, body { flex-direction:column; min-height:100vh; color:#eee; background:#111; }
pre { font-size:30vh; line-height:1; text-transform:uppercase; }
@font-face {
font-family: 'Share Tech Mono';
font-style: normal;
font-weight: 400;
src: local('Share Tech Mono'), local('ShareTechMono-Regular'), url(https://fonts.gstatic.com/s/sharetechmono/v8/J7aHnp1uDWRBEqV98dVQztYldFcLowEF.woff2) format('woff2'); }