span height demo

HTML

<span>Different height span</span>

CSS

span {
  font-size: 15px;
}