JSFiddle - React, Tailwind, and code Playground

by rsmclaug

HTML

<link href='http://fonts.googleapis.com/css?family=Merriweather' rel='stylesheet' type='text/css'>


<div style="text-align: center;">    
    <img src="http://oyster.ignimgs.com/mediawiki/apis.ign.com/adventure-time-hey-ice-king/e/e2/Iceking.jpg"><br/>
        <p style="text-shadow: 2px 2px #c4c4c4; text-align: center; padding-bottom: 10px;">Property of the Wizards</p>
        <p>Vertafore doesn't pay for this coffee so if you would like a cup, please ask.</p>
        <p style="text-align: center;"><br/>Thank you</p>
        
</div>

CSS

body {
    font-family: 'Merriweather', serif;
    font-size: 16px;
    color: #414141;
    width: 250px;
    background: white;
}
p {
    margin: 5px;
    text-align: justify
}