How can I add a line under rich text?

Please try with this code:

h2.heading.h1 {
border-bottom: 2px solid;
padding-bottom: 20px;

}