JSFiddle - React, Tailwind, and code Playground
by lazybios
HTML
<div class="content">
<p>
“诗鬼”李贺在《雁门太守行》中写敌人兵临城下,战云笼罩,使人透不过气来,而战士整装待发,士气还很旺盛(或极力渲染敌军兵临城下的紧张气氛和危急形势)的诗句是:黑云压城城欲摧,甲光向日金鳞开。
</p>
</div>
CSS
.content {
background: #f3f4f7;
padding: 10px;
display: flex;
height: 100vh;
align-items: center;
justify-content: center;
font-family: Hiragino Sans GB, MicroSoft YaHei;
}
p {
max-width: 90%;
line-height: 1.8;
text-align: justify;
}