JSFiddle - React, Tailwind, and code Playground
by amatiasq
HTML
<div title="Send a URL to your friends so they can see this profile">Forward profile</div>
CSS
div {
background: #453267;
padding: 15px;
float: left;
color: white;
font-family: Arial;
cursor: pointer;
}