JSFiddle - React, Tailwind, and code Playground

by alexvestin

HTML

<div style="width: 100%; height: 100%; background-color: green; padding: 30px;">
  <svg width='800' height='600' xmlns='http://www.w3.org/2000/svg'>
    <path d='M0.00 -10.00L100 -10 L 100 10L0 10 Z'fill='red' stroke-width='2.0'/>
  </svg>
</div>