JSFiddle - React, Tailwind, and code Playground
by hong owen
HTML
<a href="##" class="btn" role="button">确定</a>
CSS
html{
font-size:40px;
}
.btn {
width: 6rem;
height: 3rem;
line-height: 3rem;
font-size: 1.2rem;
display: inline-block;
background: #06c;
color: #fff;
border-radius: .5rem;
text-decoration: none;
text-align: center;
}