JSFiddle - React, Tailwind, and code Playground

HTML

<div>&#10060;</div>

CSS

div {
    height: 100px;
    width: 100px;
    background-color: #FA6900;
    border-radius: 5px;
    text-align: center;
    font-size: 120px;
    line-height: 100px;
    color: white;
    font-family: monospace;
}