JSFiddle - React, Tailwind, and code Playground
by Haelle
HTML
<div id="content">
<img src="https://cdn3.sportngin.com/attachments/text_block/5059/6747/Basketball_-_KS_small.png" class="ribbon"/>
<p>some text...</p>
</div>
<p>
Another text
</p>
CSS
#content {
height: 100px;
}
#content img {
position: absolute;
top: 0px;
right: 0px;
}