gatsby underline link if page is active

JavaScript
<Link to="/some/place/" activeClassName="active">Some Place</Link>

.active{
    color: blue;
  }
Source

Also in JavaScript: