JSFiddle - React, Tailwind, and code Playground
by Lardpower
HTML
<svg id="main" focusable="false" version="1.1"
xlink="http://www.w3.org/1999/xlink"
style="display: block; margin: 0px auto; position: relative;"
:width="getMainWidth()" :height="getMainHeight()"
:viewBox="'0 0 ' + getMainViewboxWidth() + ' ' + getMainViewboxHeight()"
v-show="parseInt(local.globalStatus) === 3">
<rect fill="#ffd65b" style="pointer-events: auto; cursor: pointer;" stroke="#2c6ee1" width="14" height="14" rx="0.6889352818371608" ry="0.6889352818371608" fill-opacity="0.75" stroke-opacity="1" stroke-width="0.6889352818371608"></rect>
</svg>