JSFiddle - React, Tailwind, and code Playground

HTML

<div>
    Ahoj!
</div>

CSS

div {
    color: firebrick;
    font: 2em Monaco;
}