JSFiddle - React, Tailwind, and code Playground

HTML

<div>
    <img src="http://www.placehold.it/200x200">
        <p>Lorem ipsum da dee da herp de derp I like coffee coffee coffee</p>
</div>

CSS

*{margin:0px;}
div{max-width:-webkit-min-content;max-width:-moz-min-content;}
img{max-width:100%}