JSFiddle - React, Tailwind, and code Playground
HTML
<svg class="ico-svg" viewBox="0 0 20 20" width="32" fill="#f00">
<use xlink:href="sprite-icons.svg#link"></use>
</svg>
CSS
.ico-svg {
position: relative;
display: inline-block;
height: auto;
fill: #000;
transition: all .3s;
}