JSFiddle - React, Tailwind, and code Playground

by anoopsuda

HTML

Congratulations! Your  <text class='toBeReplaced'><span>##StoryTitle##</span></text> Project have been nominated to make a submission to The V360 Awards.</br>This is one of the shortlisted Accenture stories for investor meets/calls. V360s Awards is a perfect platform to celebrate such innovation led value delivered stories.

CSS

.toBeReplaced {
           
            position: relative;
        }
        .toBeReplaced span { display: none; }
        .toBeReplaced:after {
            visibility: visible;
            position: relative;
            content: "This text replaces the original";
        }