Currently most (all) D8 themes 'Skip to content' link target the markup:
<a id="main-content" tabindex="-1"></a>
When we should be targeting something like:
<main id="main-content" role="main" tabindex="-1"></main>
This extra a tag that's missing an href attribute and textual content, isn't really needed and should be removed.