JSFiddle - React, Tailwind, and code Playground
by hxtpoe
HTML
<div>
<svg viewBox="0 0 500 500">
<rect x="50" y="20" width="150" height="150"
style="fill:white;stroke:black;stroke-width:4;fill-opacity:0.1;stroke-opacity:0.9" />
<rect x="50" y="120" width="150" height="50"
style="fill:black;stroke:black;stroke-width:4;fill-opacity:0.9;stroke-opacity:0.9" />
<line x1="50" y1="20" x2="170" y2="150" stroke="black"
stroke-dasharray="4" />
<text x="60" y="85" class="heavy">cat</text>
</svg>
</div>