JSFiddle - React, Tailwind, and code Playground
HTML
<div class='box'>中央寄せの文章</div>
CSS
.box {
border: 1px solid black;
width: 300px;
height: 200px;
display: flex;
align-items: center;
justify-content: center;
}
<div class='box'>中央寄せの文章</div>
.box {
border: 1px solid black;
width: 300px;
height: 200px;
display: flex;
align-items: center;
justify-content: center;
}