JSFiddle - React, Tailwind, and code Playground

HTML

<input type="submit" class="submitLink" value="Submit">

CSS

.submitLink {
background-color: transparent;
border: none;
cursor: pointer;
}