JSFiddle - React, Tailwind, and code Playground

by Neeraj Yadav

HTML

<div>Neeraj</div>

CSS

div:after {
  content: "&#43",
  position: absolute
}