JSFiddle - React, Tailwind, and code Playground

by manishie

HTML

<h2>Some title</h2>

CSS

h2::after {
    background-image: url(http://images.all-free-download.com/images/graphiclarge/tick_ok_sign_4190.jpg);
    margin-left: 5px;
    height: 20px;
    background-size: 20px;
    content:"";
    display: inline-block;
    width: 20px;
}