JSFiddle - React, Tailwind, and code Playground

HTML

<body>
I &lt;<em class="red">♥</em>&gt; NY &amp; SF <em>→</em>
</body>

CSS

body {
    font-size: 4em;
    font-family: "Times New Roman", Times, serif;
}
em {
    font-size: 1.25em;
}
.red {
    color: red;
}