JSFiddle - React, Tailwind, and code Playground

by Adrift

HTML

<div class=bar>
    <div class=foo>
    </div>
</div>

CSS

.bar > :nth-child(1):before{content: '\2714';}