JSFiddle - React, Tailwind, and code Playground
by knowi
HTML
<div id="container">
Some Text
</div>
CSS
#container {
width: 50px;
background-color: gray;
font-size: 11.7px;
}
by knowi
<div id="container">
Some Text
</div>
#container {
width: 50px;
background-color: gray;
font-size: 11.7px;
}