JSFiddle - React, Tailwind, and code Playground
HTML
<div>text</div>
CSS
div:after {
content: '✔';
color: blue;
font-family:'Segoe UI Symbol';
}
<div>text</div>
div:after {
content: '✔';
color: blue;
font-family:'Segoe UI Symbol';
}