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.1); 
 }
    ]]>
  </style>
 </defs>
 <defs>
 <g class="element_tpl" id="dscn.n" cursor="pointer">
     <rect x="-0.63" y="-0.82" width="1.26" height="1.64" fill="white" stroke-width="0.0" rx="0.12" pointer-events="none" />
     <g>
         <rect x="-0.63" y="-0.82" width="1.26" height="1.64" opacity="0.15"  stroke-width="0.0" rx="0.12" >
         </rect>
         
         <line x1="0" y1="0.6" x2="0.5" y2="-0.25" stroke-width="0.22" stroke-linecap="round" pointer-events="none" /><!-- off -->
         <line x1="-0.5" y1="-0.73" x2="0.5" y2="-0.73" stroke-width="0.22"  stroke-linecap="round"  pointer-events="none"/><!-- left vertical -->
         
         <circle cx="0.0" cy="0.61" r="0.215"                                 stroke-width="0" stroke-miterlimit="10" pointer-events="none"/><!-- dot -->
         <circle cx="0.0" cy="0.61" r="0.13" fill="white" fill-opacity="0.8" stroke-width="0" stroke-miterlimit="10" pointer-events="none"/><!-- dot -->
     </g>
 </g>
 </defs>
 
 <g id="Background - Vector black and Tape">
  <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...