JSFiddle - React, Tailwind, and code Playground

by Pavlo

HTML

<div contenteditable ="true">
<a href="google.com">test</a> test
</div>

CSS

a {
text-decoration: none;

}
a:hover {
text-decoration: underline;
pointer-events: none;
}