JSFiddle - React, Tailwind, and code Playground

by toubia95

HTML

<p>
Le petit <span class="red">bateau</span> vogue sur la mer.
</p>

CSS

body {
  font-family: Arial;
}

.red {
  border-bottom: 2px solid red;
}