JSFiddle - React, Tailwind, and code Playground
HTML
<div >
<img align='right' src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" />
<h1>Header</h1>
<p>This is a paragraph of text</p>
<br clear="right"/>
</div>
<div>
This is something on the left</div>
CSS
img {
background: linear-gradient( to left top, blue, red);
width:200px;
height:200px;
}