JSFiddle - React, Tailwind, and code Playground

by infous

HTML

<a href="#" class="b">
    Upgrade to PREMIUM
  <div class="desc">
    powered by 2Checkout
  </div>
</a>
for only $29.99/month to add up to 30 job postings.

CSS

.b {
  display: inline-block;
  color: #fff;
  background: green;
  border-radius: 2px;
  padding: 5px;
  text-align: center;
  line-height: 1;
  text-decoration: none;
}

.b a {
  color: #fff;
  text-decoration: none;
}

.desc {
  font-size: 12px;
  color: rgba(255, 255, 255, .8);
}