JSFiddle - React, Tailwind, and code Playground

by yakun chen

HTML

<div>
    <span>文字垂直居中</span>
</div>

CSS

div{
    border: 1px solid red;
    height: 150px;
    line-height: 150px;
}