JSFiddle - React, Tailwind, and code Playground
HTML
<article>
<img src="https://www.google.com/images/srpr/logo11w.png" width="250"/>
<p> Text asd asdkjahs djkhasjkd hasjkhd jkashd jkahsd hajksdh jkahsd jkahsdk hasjkdh jkashd jkah sdjk</p>
</article>
CSS
article {
background: lightgreen;
width: -moz-min-content; /* Firefox/Gecko */
width: -webkit-min-content; /* Firefox/Gecko */
width: min-content;
}