JSFiddle - React, Tailwind, and code Playground

by phloe

HTML

<link href="https://www.dr.dk/global/publik.css" rel="stylesheet" />

<button>Klik her</button>

CSS

html {
  font-family: Publik;
}

button {
  border: 0;
  margin: 32px;
  padding: 0 16px;
  line-height: 32px;
  background: linear-gradient(#F00, #F00 50%, #D00 50%, #D00);
  color: white;
  font-size: 12px;
  font-weight: 600;
  font-family: inherit;
}