JSFiddle - React, Tailwind, and code Playground

by lollero

HTML

<div id="parent"> 
    <div id="child">
        Lorem Lorem Lorem Lorem Loremsadf Lorem Lorem Lorem Lorem Lorem Lorem.
    </div>
</div>

CSS

body { margin: 30px; }

#parent {
    width: 200px;
    padding: 10px;
    background: url('http://3.bp.blogspot.com/_kCDts9B_6kw/TBPivErtbEI/AAAAAAAACfg/JvybIlmb6PM/s1600/warm+amber+tile+5.png') repeat top left;
}

#child { 
    background: #ffffff;
}