JSFiddle - React, Tailwind, and code Playground
HTML
<p>Faites glisser le bouton dans votre barre d'onglets : <a title="bookmarklet" href="javascript:if(document.getElementsByTagName('frame')[0]){document.location.href=document.getElementsByTagName('frame')[0].getAttribute('src');}else{var a=document.getElementsByTagName('head')[0],b=document.createElement('style');b.appendChild(document.createTextNode('*{font-size:18px;font-family:Georgia,serif;font-weight:normal;line-height:1.4;background:#fff;border:none}td,th{padding:0 2em}font{color:#000}b{font-weight:bold}'));a.appendChild(b)}void0;">eJustice CleanUp</a></p>
<p>Lorsque vous ĂŞtes sur la page d'une loi, cliquez deux fois sur le bouton dans votre barre d'onglets.</p>
CSS
a {
display: inline-block;
margin: 1em 2em;
padding: .5em 1em;
text-decoration: none;
color: #000;
background: rgba(0,0,0,.08);
border-radius: 3px;
}
a:hover {
color: #fff;
background: orange;
}
}