JSFiddle - React, Tailwind, and code Playground

HTML

<p style="font-family: Consolas">
    hello world (Consolas)
</p>
<p style="font-family: Courier">
    hello world (Courier)
</p>
<p style="font-family: Consolas, Courier">
    hello world (Consolas, Courier)
</p>