JSFiddle - React, Tailwind, and code Playground
by wlouie1
HTML
<svg xmlns="http://www.w3.org/2000/svg" width="1000" height="1000" version="1.1">
<rect width="200" height="200" style="stroke-width:1;stroke:rgb(0,0,0)"
/>
</svg>
CSS
rect {
fill:rgb(0, 0, 255);
height:200px;
width:100px;
x:100;
}