This is <span>Original</span>
span {
text-fill-color: transparent;
}
span::before {
content: "New";
text-fill-color: black;
}
/* hover */
span:hover {
text-fill-color: transparent;
}
span:hover::before {
text-fill-color: black;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.