JSFiddle - React, Tailwind, and code Playground
by firegroove
HTML
<button><span>3 replies</span></button>
CSS
button {width:16em}
button:hover span {display:none}
button:hover:before {content:"Reply!"}
by firegroove
<button><span>3 replies</span></button>
button {width:16em}
button:hover span {display:none}
button:hover:before {content:"Reply!"}