JSFiddle - React, Tailwind, and code Playground
HTML
<p class="arial">
■ ● ▲ ▼ ◄ ► ♥
</p>
<p class="wingdings">
  <span class="ok"></span>
</p>
CSS
body {
color: red;
font-size: 100px;
}
.arial {
font-family: Arial;
}
.wingdings {
font-family: Wingdings;
}
.ok {
color: green;
}