JSFiddle - React, Tailwind, and code Playground

by Beben Koben

HTML

<div class="share_link">

    <!-- AddThis Button BEGIN -->
    <a class="addthis_button link_share" href="https://www.addthis.com/bookmark.php?v=250&amp;username=bebenkoben">Bookmark and Share</a>
    <script type="text/javascript">
    var addthis_config = {
        data_track_clickback: true,
        services_compact: 'google, facebook, twitter, digg, stumbleupon, delicious, reddit, email, favorites, more',
        services_exclude: ''
    }
    </script>

    <script type="text/javascript" src="https://s7.addthis.com/js/250/addthis_widget.js#username=bebenkoben"></script>
    <!-- AddThis Button END -->

</div>

CSS

.share_link {
    right: 0;
    top: 250px;
    width: 45px;
    height: 50px;
    z-index: 100;
    position: absolute;
    background: #FF6D4C;
    -webkit-border-top-left-radius: 15px;
-webkit-border-bottom-left-radius: 15px;
-moz-border-radius-topleft: 15px;
-moz-border-radius-bottomleft: 15px;
border-top-left-radius: 15px;
border-bottom-left-radius: 15px;
}
.link_share {
    display: block;
    cursor: pointer;
    background:...