<h2>5 signos <span>de deficienta de retinol</span> </h2>
span{
  position:relative;
}
span::before{
 position: absolute;
  content: "";
  width: 100.5%;
  height: 10px;
  background-color: #72e2d5;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.