JSFiddle - React, Tailwind, and code Playground

HTML

<svg viewbox="0 0 300 100">
  <path d="M 200,10 L 10,80 L 0,200 L 500, 100 L 800,0 Z" class="shape" />
</svg>

CSS

svg{
  background: white;
}
.shape{
  fill:red;
}