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;
}
by RadCor
<svg viewBox="0 0 800 300">
<rect x="29" y="42" class="st0" width="100%" height="100px"/>
</svg>
svg rect {
fill:#FF0000;
}