JSFiddle - React, Tailwind, and code Playground
by Sabin Buraga
HTML
<p class="effect">
Text
</p>
CSS
.effect::before {
content: "\0FCB";
font-size: 400%;
color: rgba(0,65%,0,.8);
}
.effect {
}
by Sabin Buraga
<p class="effect">
Text
</p>
.effect::before {
content: "\0FCB";
font-size: 400%;
color: rgba(0,65%,0,.8);
}
.effect {
}