JSFiddle - React, Tailwind, and code Playground

by Town

HTML

<div class="floatright" style="width: 200px">
    <img alt="foo" src="bar.png" height="200" border="0" width="100%">
    <div class="caption">Captionun a query on the server for records that contain the given criteria</div>
</div>

CSS

.floatright, .floatright img  {float: right;}
.caption {color: white; background-color: black; clear: both; }