JSFiddle - React, Tailwind, and code Playground

HTML

<input type="text">
<input type="text">
<input type="text">
<a href="#">my first link</a>
<a href="#">my second link</a>
<a href="#">my third link</a>

CSS

input, a {
    display: block;
    width: 200px;
    margin: 20px auto;
    text-align: center;
}