JSFiddle - React, Tailwind, and code Playground
by khamer
HTML
<svg xmlns="http://www.w3.org/2000/svg" class="shape shape--square" viewBox="0 0 80 80">
<rect x="10" y="10" width="10" height="10" />
</svg>
CSS
.shape {
display: block;
fill: green;
}