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" />
    <a class="button" href="https://blackbuck-live.s3.ap-south-1.amazonaws.com/base64Image8e730f01-4842-48ef-8ede-b19f9b1fa21b" download="smile.jpg">Download image</a>
</div>

CSS

#image{
    height:250px;
    width:250px;
    float:left;
}
#dwnld{
    float:left;
}

.button {
    appearance: button;
    -moz-appearance: button;
    -webkit-appearance: button;
    text-decoration: none; font: menu; color: ButtonText;
    display: inline-block; padding: 2px 8px;
    font-size: 15px;
}