JSFiddle - React, Tailwind, and code Playground

HTML

<div class="base-paper">
  ほげほげほげ
</div>

CSS

.base-paper {
  max-height: 2.25em;
  max-width: 2em;
  background-color: #444;
  
  color: #fff;
}