JSFiddle - React, Tailwind, and code Playground

by bidak

HTML

<div class="wrapper clearfix">
    <img src="https://images.unsplash.com/photo-1575936123452-b67c3203c357?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80" style="float: right;" width="300" height="200">
    <div style="">testtetttttettts tetst tetstt tettst tetstt</div>
</div>

CSS

.wrapper {
  width: 500px;
  border: 2px solid red;
}
.clearfix::after {
    content: "";
    display: table;
    clear: both;
}