JSFiddle - React, Tailwind, and code Playground
HTML
<div id="updated">
<p><span>Last updated April 28th, 2021</span></p>
</div>
CSS
#updated:hover p span {
display: none;
}
#updated:hover p:after {
content: 'Made with <3 by jkh';
}
<div id="updated">
<p><span>Last updated April 28th, 2021</span></p>
</div>
#updated:hover p span {
display: none;
}
#updated:hover p:after {
content: 'Made with <3 by jkh';
}