JSFiddle - React, Tailwind, and code Playground
HTML
<body>
I <<em class="red">♥</em>> NY & SF <em>→</em>
</body>
CSS
body {
font-size: 4em;
font-family: "Times New Roman", Times, serif;
}
em {
font-size: 1.25em;
}
.red {
color: red;
}