JSFiddle - React, Tailwind, and code Playground

HTML

<a><span>9.3.1</span>Titre<span>suffix</span></a>

CSS

a {
  text-decoration: underline;
}
a span {
  text-decoration: none;
}