JSFiddle - React, Tailwind, and code Playground

HTML

<p id="a"> 宋体 就当时是一场误会,我可以微笑面对,昨天煮水餃,酥脆的鴨皮就'哢嚓'作響,我说没关系我不喝咖啡 </p>
<p id="b"> 微软雅黑 就当时是一场误会,我可以微笑面对,昨天煮水餃,酥脆的鴨皮就'哢嚓'作響,我说没关系我不喝咖啡 </p>
<p id="c"> Arial The quick brown fox jumps over the lazy dog </p>

CSS

#a{
    font-family: 宋体;
}
#b{
    font-family:微软雅黑;
}
#c{
    font-family:Arial;
}
p{
    font-size:18px;
}
}