JSFiddle - React, Tailwind, and code Playground

by Michael Keller

HTML

<div class="quote-box">
Retro synth direct trade flexitarian, helvetica godard tumblr selvage keffiyeh vegan 8-bit iphone shoreditch. Fanny pack viral lo-fi polaroid, odd future marfa high life chillwave. Fanny pack echo park cardigan street art. Pitchfork occupy cray semiotics. Pickled +1 single-origin coffee, polaroid marfa flexitarian authentic carles tumblr bicycle rights photo booth. Shoreditch irony 8-bit, swag jean shorts PBR quinoa high life beard lo-fi trust fund cosby sweater. Squid mcsweeneys small batch ennui banh mi.
</div>

CSS

.quote-box{
   background-color:#EDEBE0;
   padding:10px;
   font-family:arial;
    font-size:12px;
    line-height:16px;
}