JSFiddle - React, Tailwind, and code Playground
by pixeline
HTML
<input type="text" name="ho" value="1" tabindex="1" >
<a href="#content" id="skip-to-content" tabindex="2">Aller directement au contenu</a>
<input type="text" name="ho" value="2" tabindex="3">
CSS
#skip-to-content{
position: absolute !important;
clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
clip: rect(1px, 1px, 1px, 1px);
}
#skip-to-content:focus{
position:relative !important;
clip:auto;
}