JSFiddle - React, Tailwind, and code Playground
HTML
<span>Comment</span>
CSS
span {
display:inline-block;
text-indent:-9999px;
}
span:after {
content: "Sign the Guestbook";
margin-left:9942px;
}
<span>Comment</span>
span {
display:inline-block;
text-indent:-9999px;
}
span:after {
content: "Sign the Guestbook";
margin-left:9942px;
}