JSFiddle - React, Tailwind, and code Playground

HTML

<em>I &#60;<em class="heart">&#9829;</em>&#62; NY &#38; SF&#8594;</em>

CSS

em {
  font-family: 'Times New Roman', Times, serif;
  font-style: normal;
  font-size: 50px;
}
.heart {
  color: red;
  font-size: 60px;
}