JSFiddle - React, Tailwind, and code Playground

by halirgb

HTML

<a href="" class="pie">Pie</a>
<a href="" class="pie">Pie</a>
<a href="" class="pie">Pie</a>
<a href="" class="pie">sdfsdsfsdfsdfdfsdfsdfsdfdsPie</a>

CSS

a.pie{
    padding:10px;
    background-color:blue;
    color:white;
    text-align:center;
}
a.pie:hover{
    background-color:red;    
}