JSFiddle - React, Tailwind, and code Playground
HTML
<div class="teste">
Lorem Ipsum é simplesmente uma simulação de texto da indústria tipográfica e de impressos, e vem sendo utilizado desde o século XVI, quando um impressor desconhecido pegou uma bandeja de tipos e o
</div>
CSS
body{
background-color: #000;
}
.teste{
background-color: #f00;
width: 200px;
background: url('https://teja8.kuikr.com/i6/20171219/After-1-year-of-use--it-is-still-going-well-VB201705171774173-ak_WBP1721615504-1513671149.jpeg') right;
background-repeat: no-repeat;
background-size: auto 100%;
color: #fff;
padding-right: 20px;
}