JSFiddle - React, Tailwind, and code Playground

by Kelvin Russell

HTML

<a class="button">Add Problem</a>

CSS

.button {
display: block;
width: 115px;
height: 25px;
background: #4E9CAF;
padding: 10px;
text-align: center;
border-radius: 5px;
color: white;
font-weight: bold;
}