JSFiddle - React, Tailwind, and code Playground

HTML

<svg width="500px" height="600px" viewBox="0 0 500 600">
 <defs>
 <filter id="composite" x="0%" y="0%" width="100%" height="100%">
 <feImage result="sourceTwo" xlink:href="http://qdqh-f1.emaosoft.com/Public/Uploads//Images/20180903/1fc99a3f7b414633ad866b9d4edcdcdd_100.jpg" width="68" height="68"/>
 <feTile result="tiledImage"/>

 </filter>
 </defs>
 <g filter="url(#composite)">
 <rect fill="red" width="100%" height="100%" x="-100" y="-100"/>
 </g>
</svg>