JSFiddle - React, Tailwind, and code Playground

HTML

<textarea id="area">
hello
howdddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd
are 
you today
</textarea>

CSS

textarea#area {
    width: 300px;
    height: 400px;
    padding: 0 0 0 20px;
    line-height: 30px;
    background: #fff url("http://i.stack.imgur.com/UfzKa.jpg") no-repeat -75px -160px
}