JSFiddle - React, Tailwind, and code Playground

by cvalleskey

HTML

<pre>
Inside you is the
potential to make
yourself better—
and that is what
it is to be human
  
To make yourself
more than you are

Valleskey Family
</pre>

CSS

pre {
    width: 23em;
    display: block;
    white-space: pre-wrap; 
    letter-spacing: 0.5em;
    text-transform: uppercase;
    font-size: 2em;
    padding: 1em;
    background: #322;
    color: #eee2cb;
    /* text-align: center; */
}