JSFiddle - React, Tailwind, and code Playground

HTML

<p style="font-family: 'Liberation Mono'">
    hello world (Liberation Mono)
</p>
<p style="font-family: Courier">
    hello world (Courier)
</p>
<p style="font-family: monospace">
    hello world (Monospace)
</p>