JSFiddle - React, Tailwind, and code Playground
HTML
<svg width="100" height="100" >
<rect hape-rendering="geometricPrecision" width="12" height="12" style="fill:transparent;stroke-width:1;stroke:rgb(0,0,0)"/>
</svg>
<svg width="100" height="100" >
<rect shape-rendering="optimizeSpeed" width="12" height="12" style="fill:transparent;stroke-width:1;stroke:rgb(0,0,0)"/>
</svg>
<svg width="100" height="100" shape-rendering: crispEdges >
<rect shape-rendering="crispEdges" width="12" height="12" style="fill:transparent;stroke-: ;width:1;stroke:rgb(0,0,0)"/>
</svg>