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";
}
by AndyE
<ul class="checkmark">
<li>Learn the keyboard at your own pace</li>
</ul>
ul.checkmark li:before {
content:"\2713\0020";
}