JSFiddle - React, Tailwind, and code Playground

HTML

<textarea id="beetle"></textarea>

CSS

#beetle {
    background: url(http://www.alistapart.com/d/using-svg-for-flexible-scalable-and-fun-backgrounds-part-ii/beetle.svg) no-repeat center;
    background-size: contain;
    width: 100%;
    height: 100%;
    resize: both;
    border: 1px solid red;
}