JSFiddle - React, Tailwind, and code Playground
by rough cheap
HTML
<p>
<span class="a">Ba</span>
<span class="b">Ba</span>
<span class="c">Ba</span>
</p>
CSS
p { font-size: 100px }
.a { font-family: Helvetica }
.b { font-family: 'Times New Roman'}
.c { font-family: 'MS ゴシック' }