JSFiddle - React, Tailwind, and code Playground
by brigand
HTML
<div class="one">
<svg viewBox="0 0 1 1">
<rect fill="currentColor" width="1" height="1" />
</svg>
</div>
<div class="two">
<svg viewBox="0 0 1 1">
<rect fill="currentColor" width="1" height="1" />
</svg>
</div>
CSS
svg {
width: 3em;
}
.one {
color: hotpink;
}
.two {
color: limegreen;
}