JSFiddle - React, Tailwind, and code Playground

by Anand Jee

HTML

<span class="ajee"> hello</span>

CSS

span{color:red;font-size: 0px;border:1px solid black;padding:5px;display:inline-block;}
.ajee:before {
  content: "Amit Kumar";
  color:blue; font-size: 40px;
}
.ajee:after {
  content: "Anand Jee";
  color:green;
}