JSFiddle - React, Tailwind, and code Playground
HTML
<div id="download">
<img src="http://www.glamquotes.com/wp-content/uploads/2011/11/smile.jpg" id="image">
<button id="dwnld"> Download image </button>
CSS
#image{
height:250px;
width:250px;
float:left;
}
#dwnld{
float:left;
}