JSFiddle - React, Tailwind, and code Playground
HTML
<p id="image-wrapper">
<img src="http://clagnut.com/sandbox/imagetests/wideimg.png " />
</p>
CSS
img{
width: 100%;
}
#image-wrapper {
overflow:hidden;
}
#image-wrapper IMG {
float:right;
}