JSFiddle - React, Tailwind, and code Playground

by johnhoffman

HTML

<html>
    <head>
<link href='http://fonts.googleapis.com/css?family=Arvo:400,700,400italic' rel='stylesheet' type='text/css'>
        </head>
        <body>
            
      <div class="pullquote">
          "Today, I can't rely on the web to learn important things. The web just doesn't have respect for weighty content." <br>- User Studies Subject
            </div>
        </body>
    </html>

CSS

* {font-family: 'Arvo';}

.pullquote {
    margin: 10px;
    width: 200px;
    padding: 10px;
    border: 12px solid navy;
    border-width: 12px 0;
}