JSFiddle - React, Tailwind, and code Playground

by CreativeDreams

HTML

<section>
  <a href="#">
    Button Text
  </a>
</section>

SCSS

section {
  
}

a {
/*   display: inline-flex;
  align-items: center; */
  height: 45px;
  padding: 0 20px;
  color: #fff;
  font-family: Arial;
  text-decoration: none;
  background: green;
  border-radius: 3px;
  box-sizing: border-box;
  /* border: 2px solid #000; */
}