JSFiddle - React, Tailwind, and code Playground

HTML

<p>This should be a sans serif font.</p>

CSS

p {
    font-family: sans-serif;
}