JSFiddle - React, Tailwind, and code Playground

by stefek99

HTML

<div id="skip"><a href="#content">Skip to Main Content</a></div>
<h1>header 1</h1>
Some stuff
<h2>more stuff</h1>
<a href="#">some link</a>

CSS

#skip a
        { 
        position:absolute; 
        left:-10000px; 
        top:auto; 
        width:1px; 
        height:1px; 
        overflow:hidden;
        } 
         
        #skip a:focus 
        { 
        position:static; 
        width:auto; 
        height:auto; 
        }