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;
}