JSFiddle - React, Tailwind, and code Playground
HTML
<div class="node" style="height:500px">
<div class="node-second" style="height:100%">
Content here. Content here.af joisj dfi jia sif haioshdaishfai ihsd ifh asdif hfsd
</div>
</div>
CSS
.node {
color: #789F4D;
background: url(http://placekitten.com/300/500) no-repeat left top;
background-color:#f6f6f2;
}
.node-second {
color: #789F4D;
border: 1px solid grey;
background: url(http://placekitten.com/300/500) no-repeat right bottom;
}