JSFiddle - React, Tailwind, and code Playground

by tea4two

HTML

<div class="box">ボックス</div>

CSS

.box {
  background-color: yellow;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}