JSFiddle - React, Tailwind, and code Playground
HTML
<svg viewBox="0 0 200 100" xmlns="http://www.w3.org/2000/svg">
<polyline points="0,0 0,10 20,10 20,8" fill="none" stroke="black" />
<polyline points="0,0 20,0 20,2 22,2 22,8 20,8" fill="none" stroke="black" />
<rect x="1" y="1" width="18" height="8"></rect>
<rect x="18" y="3" width="3" height="4"></rect>
</svg>