JSFiddle - React, Tailwind, and code Playground

by Johan Muller

HTML

<a href="#">Buy now for cheap price</a>

CSS

body { line-height: 1em; }
* { font-family: 'Calibri', 'Arial', sans-serif; }

a {
    display: inline-block;
	padding: 5px 10px;
	background: #7B1D44;
	text-decoration: underline;
	font-size: 18px;
	font-weight: 400;
	border-radius: 4px;
	color: #fff;
}