JSFiddle - React, Tailwind, and code Playground
HTML
<div class="clearfix">
<img src="http://placehold.it/200x200" alt="Image" class="right">
<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</p>
</div>
CSS
.right {
float: right;
}
.clearfix:after {
content: '';
display: block;
clear: both;
}