JSFiddle - React, Tailwind, and code Playground

HTML

<div >
    <img src="http://cdn.sheknows.com/articles/2011/11/woman-shopping-online-sample-sale.jpg" />
    <p>text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text </p>
</div>

CSS

div {
    display:block;
    border: 1px solid red;
    width:auto;
 
}

img {
    display:inline-block;
}
p {
    display:block;
}