JSFiddle - React, Tailwind, and code Playground

HTML

<body style="background-color:#E6E6FA">
<span id="exportButton">
<a id="exportLink" >HTML</a>
<img src='http://s26.postimg.org/qpk50nhzp/icn_export.png' height="20px;">
</span>

CSS

#exportButton {
    float: left;
    background-color: Green;
    height: 32px;
    margin-left: 3%;
    border-radius: 5px;
    margin-right: 1%;
    padding: 0px;
}

#exportButton img {
    height: 28px;
    padding: 3px;
    vertical-align: middle;
    padding-left:0;
}


#exportLink {
    font-size: 16px;
    text-decoration:underline;
    color: white;
    padding: 3px;
    padding-right:0;
}