JSFiddle - React, Tailwind, and code Playground

HTML

<button type="button">Afval & reiniging</button>
<button type="button">Inkopen & aanbesyeden</button>
<button type="button">Logistiek & mobiliteit</button>
<button type="button">MVO & duurzaamheid</button>
<button type="button">Energie & klimaat</button>
<button type="button">Training & coaching</button>

CSS

button {
    background: #2d2d2d;
    border: none;
    color: #d5d5d5;
    cursor: pointer;
    line-height: 23px;
}
button:hover {
    background: #306dbd;
    color: white;
}