JSFiddle - React, Tailwind, and code Playground

by AndyE

HTML

<ul class="checkmark">
   <li>Learn the keyboard at your own pace</li>
</ul>

CSS

ul.checkmark li:before {
    content:"\2713\0020";
}