JSFiddle - React, Tailwind, and code Playground

by Matt Bow

HTML

<div class="container">
    <svg version="1.1" viewBox="0 0 60 60">
        <rect height="60" width="60" style="stroke:teal; fill:papayawhip;"/>
    </svg>
</div>

CSS

.container{
    width:100px
}