JSFiddle - React, Tailwind, and code Playground
by mehulkar
HTML
<h1>xlink:href</h1>
<svg role="img" viewBox="0 0 38 50" height="50" width="50" id="ember653" class="artwork">
<image clip-path="none" xlink:href="https://static3.businessinsider.com/image/54553fcd69bedda803ee6dff-512-512/mobileradaricon.png" width="100%" height="100%"></image>
</svg>
<h1>href</h1>
<svg role="img" viewBox="0 0 38 50" height="50" width="50" id="ember653" class="artwork">
<image clip-path="none" href="https://static3.businessinsider.com/image/54553fcd69bedda803ee6dff-512-512/mobileradaricon.png" width="100%" height="100%"></image>
</svg>
CSS
.artwork {
display: block;
}