JSFiddle - React, Tailwind, and code Playground

by Grzegorz Rozdzialik

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;
}