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;
}
by Pavlo
<div contenteditable ="true">
<a href="google.com">test</a> test
</div>
a {
text-decoration: none;
}
a:hover {
text-decoration: underline;
pointer-events: none;
}