JSFiddle - React, Tailwind, and code Playground

HTML

<html>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<body>
<svg xmlns="http://www.w3.org/2000/svg" width="200" height="150" viewBox="200 150" >
 <defs>
   <style type="text/css">
    <![CDATA[
 .element_tpl:hover {
    stroke-opacity: 0.5;
 }
 .element_tpl:active {
    transform: scale(1.9); 
 }
    ]]>
  </style>
 </defs>
 <defs>
 <g id="switcher.y" cursor="pointer" stroke-width="0.15">
     <g transform="scale(1,1.375)">
         <g transform="scale(1 1)">
             <rect x="-0.5" y="-0.5" width="1" height="1" stroke="white" pointer-events="none"></rect>
             <rect x="-0.5" y="-0.5" width="1" height="1" fill="white">
             </rect>
             <line x1="0" y1="-0.25" x2="0" y2="0.25" stroke-width="0.17" stroke-linecap="round" pointer-events="none"></line><!-- vertical on -->
         </g>
     </g>
 </g>
 </defs>
 
 <g id="Фон - Векторная_сажа и Лента">
  <path fill-rule="evenodd" d="M86.4 28.8c.2-1.1-1.6-.9-1 0C85.9 28.8 86 29 86.4 28.8M85.9 36.2c.6.2 1.1.2.8.9.7-.2 1.3.3 1.8.6.9-.2 1.5 0 2.2.3.3-1.1 1.4-1.4 2.2-1.9-.2-.6-.1-1.2.5-1.3.2-1.3-.8-1.8-.3-3-1.3-.3-1.7-1.5-2.7-2.1-.1.3-.3.5-.6.5-.4-.1-.3-.5-.8-.5-.2.6-.9.8-1.6.5-.4.9-1.1 1.5-1.9 1.9.7.6-.1 1.5-.4 1.9C85.4 35 86 35.2 85.9 36.2M108 32.5c1.2.4 2.3-.5 2.3-1.7-1-.2-2.2.4-2.5 1.4C108 32.2 108 32.3 108 32.5M119.7 37.5c0-.5.2-.5 0-.9-.7 0-1.1-.7-1.8-.9-.7-.2-1.6.1-2.1-.5-.2.5-.8.6-1.4.4-.2 1.1-1.5 1-1.4 2.3-.2 0-.4 0-.5.1-.1.4.4.3.3.6-.1.4-.6.3-.7.8.8.3.8 1.3 1 2.1.8.3 1 1.2 1.8 1.4-1 .4-1.9.9-1.9 2.3 2.8 1.4 3-3.3 6-2.6.6-1.4 2-2.6 1.2-4.3.2-.3.7-.3.6-.8C120.4 37.6 119.8 37.8 119.7 37.5M71.5 51.7c-.7-.2-1.3-.5-2.1-.6C69.4 51.8 70.9 51.8 71.5 51.7M121.6 62.4c.4.5 1.4.3 1.4-.4C122.8 61.3 121.6 61.6 121.6 62.4M77 84.3c-.6-.1-.5.4-1 .4-.6-.2-.7-1-.9-1.6-.5-.1-.4.4-1 .3-.4-.2-.5-.6-.8-.9-1.2.2-1.5-.5-2.1-.8-.2.2-.3.6-.6.7-1.2-.5-1.4 1.1-2.7.5-.4 1.5-1.6 2.3-3.2 2.2 0 .8.9.6 1 1.2.2 1.1-.4 1.4-.5 2.2.4.7.8 1.8.9 3.1.7 0 .8.5 1 .9.7-.1 1.1.1 1.3.5.1.7-.3.9-.3 1.4.6-.3...