JSFiddle - React, Tailwind, and code Playground

by nabeezy

HTML

<div class="reeg">
  some text here
</div>

CSS

.reeg{
  border: 1px solid blue;
  padding: 5px;
  text-align: center;
  display: inline-block;
  width:150px;
}