Save the snippet as an HTML file and use Import Bookmarks from HTML from the Firefox Library.
This will create folders for each H3 under the global category from H1, and corresponding links (DL -> DT) under the folders.
<H1>Bookmarks Menu</H1>
<DL><p>
<DT><H3>Folder 1</H3>
<DL><p>
<DT><A HREF="https://github.com">Link 1.1</A>
</DL>
<DT><H3>Folder 2</H3>
<DL><p>
<DT><A HREF="https://gist.github.com">Link 2.1</A>
</DL>
</DL>