JSFiddle - React, Tailwind, and code Playground
HTML
<svg style="display: none;"><defs>
<font id="MyFontElement">
<font-face font-family="MyFont" />
<glyph unicode="A" horiz-adv-x="950" d="M0,0L0,100L100,100L100,100L300,100L300,0L0,0M300,400L600,400L600,500L300,500L300,400Z" />
</font>
</defs></svg>
<style>
@font-face {
font-family: "My Font";
src: local("My Font"), local("MyFont");
}
</style>
<p style="font: 3em 'My Font';">
Alphabet
</p>