JSFiddle - React, Tailwind, and code Playground
HTML
<svg height="1400" width="1400">
<g style="stroke:grey;stroke-linecap:round;stroke-width:2">
<line x1="100" y1="85" x2="100" y2="115" />
<line x1="100" y1="95" x2="110" y2="85" />
<line x1="100" y1="85" x2="90" y2="85" />
<line x1="100" y1="95" x2="90" y2="95" />
<line x1="90" y1="85" x2="90" y2="95" />
<line x1="100" y1="115" x2="110" y2="105" />
<line x1="100" y1="115" x2="90" y2="115" />
<line x1="100" y1="105" x2="90" y2="105" />
<line x1="90" y1="115" x2="90" y2="105" />
</g>
</svg>