JSFiddle - React, Tailwind, and code Playground
HTML
<div>
<img src="img/koala.jpg" />
wrap the image wrap the image wrap the image wrap the image wrap the image wrap the image wrap the image wrap the image wrap the image wrap the image wrap the image wrap the image wrap the image
</div>
CSS
div {
display: inline-block;
vertical-align: top;
height: 150px;
width: 150px;
}
img {
float: left;
}