JSFiddle - React, Tailwind, and code Playground

HTML

<div>text</div>

CSS

div:after {
    content: '✔';
    color: blue;
    font-family:'Segoe UI Symbol';
}