JSFiddle - React, Tailwind, and code Playground

HTML

<button>hello<span>praveen</span></button>

CSS

a { text-decoration:underline; }
a > span{ text-decoration:none ;
display: inline-block;
}