JSFiddle - React, Tailwind, and code Playground
by aknuds1
HTML
<div>
<p>Some text...</p>
<p>Some more text...</p>
</div>
CSS
div {
background-repeat: no-repeat;
background-position: center;
background-size: contain;
background-image: url(http://upload.wikimedia.org/wikipedia/commons/8/84/Konqi_svg.svg);
border: 1px solid #666;
padding: 8px;
margin-top: 20px;
margin-bottom: 20px;
height: 30em;
}