JSFiddle - React, Tailwind, and code Playground
HTML
<em>I <<em class="heart">♥</em>> NY & SF→</em>
CSS
em {
font-family: 'Times New Roman', Times, serif;
font-style: normal;
font-size: 50px;
}
.heart {
color: red;
font-size: 60px;
}