Cannot add home page url to menu with #

This is what you have to do:

Change the <a href="#section"></a> to <a href="http://127.0.0.1/#section"></a>

From what i understand home is http://127.0.0.1 and on home #section is located not on http://127.0.0.1/second-page

so from http://127.0.0.1/second-page you have to go back to http://127.0.0.1 that goes straight to #section that is located on http://127.0.0.1

That should do the trick