JSFiddle - React, Tailwind, and code Playground

HTML

<div id="flags">
<p>text
<br />
text
<br/>
</p>

<ul>
 <li>list1</li>
 <li>list2</li>
<li>list3</li>
</ul>
</div>

CSS

#flags {
position: relative;
background-image:url('http://th00.deviantart.net/fs71/PRE/i/2012/193/2/9/agua_png_by_eross_666-d56zr6u.png');
background-repeat: no-repeat;
background-position: bottom right;
float: right;
}