JSFiddle - React, Tailwind, and code Playground

HTML

<div class="center">
Yes
</div>

CSS

.center{
  margin: 0 auto;
  text-align:center;
  width:100px;
  border: 1px solid black;
}