JSFiddle - React, Tailwind, and code Playground

by Larry D'Almeida

HTML

<a href="tel:971504519024" class="button">
  <span class="button__text">
    Become a Pro 📱
  </span>
  <!-- <span class="button__icon"></span> -->
</a>

CSS

.button__icon {
  display: inline-block;
  background: url(https://placeimg.com/40/40/any) no-repeat;
  margin-left: 5px;
  width: 20px;
  height: 20px;
}

.button {
  display: flex;
  align-items: center;
  text-decoration: none
}