JSFiddle - React, Tailwind, and code Playground

by Josh Krauth-Harding

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';
}