JSFiddle - React, Tailwind, and code Playground

by Chris Ball

HTML

<button class="ticket">Do The Thing</button>

CSS

.ticket {
	background: GoldenRod;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 1.25rem;
	padding: 0.75em 1.5em;
	clip-path: circle(50% at 50% 50%);
	filter: 
}