JSFiddle - React, Tailwind, and code Playground

HTML

<div class="bgdf">
    <p><small>Copyright <span class="glyphicon glyphicon-copyright-mark"></span>  All Right Reserved &nbsp &nbsp| &nbsp &nbsp <a href="www.google.com"> Testing </a> </small>
    </p>
</div>

CSS

.bgdf a {
    display: inline-block;
}
.bgdf a:hover {
    transform: scale(2);
}