JSFiddle - React, Tailwind, and code Playground
HTML
<div class="svg-container">
hede
</div>
CSS
.svg-container {
width: 100px;
height: 100px;
background-color: #ccc;
}
<div class="svg-container">
hede
</div>
.svg-container {
width: 100px;
height: 100px;
background-color: #ccc;
}