JSFiddle - React, Tailwind, and code Playground

by Drath

HTML

<a class="nextpage" href="#"">10</a>

CSS

.nextpage {
    color: black;
    background-color: blue;
    border-radius: 8px;
    font-weight: 900;
    height: 15px;
    width: 65px;
    padding: 10px 0;
    font-size: 14px;
    line-height: 14px;
    text-decoration: none;
    display: inline-block;
    border: 1px solid blue;
    text-align: center;
    vertical-align: middle;
    font-family: sans-serif;
}

.nextpage:hover {
    background-color: black;
    color: blue;
    border: 1px solid blue;
    font-size: 20px;
}