JSFiddle - React, Tailwind, and code Playground

by firegroove

HTML

<button><span>3 replies</span></button>

CSS

button {width:6em}
button:hover span {display:none}
button:hover:before {content:"Reply!"}