JSFiddle - React, Tailwind, and code Playground

by RadCor

HTML

<svg viewBox="0 0 800 300">
<rect x="29" y="42" class="st0" width="100%"  height="100px"/>
</svg>

CSS

svg rect {
  fill:#FF0000;
}