JSFiddle - React, Tailwind, and code Playground

by Nenad Novakovic

HTML

<a href="whatsapp://send?text=Hello%20there,%20my%20name%20is%20Fotis%20Kaftanis%20and%20I'm%20da%20boss!%20https://teanovakovic.com
">WhatsApp Share</a>

CSS

a {
  display: inline-block;
  background-color: #4cd44c;
  color: #fafafa;
  text-decoration: none;
  font-size: 1.4rem;
  font-family: 'Helvetica', sans-serif;
  padding: 1rem;
  border-radius: 0.3rem;
}