JSFiddle - React, Tailwind, and code Playground
HTML
<h2>
An unmatched fishing & boating <br>
<span class="thick">experqiyencje</span>
</h2>
CSS
h2 {
background: #00008B;
color: #FFF;
font-family: sans-serif;
padding: 1em;
}
.thick {
font-size: 60px;
text-shadow: 8px 2px #00008B , -8px -2px #00008B;
}
span:after {
content: '';
width: 100%;
border-bottom: 3px solid #FFA500;
display: block;
margin-top: -7px;
}