JSFiddle - React, Tailwind, and code Playground

HTML

<button><p>hi</p></button>

CSS

button {
  transform: skew(20deg);
}

p {
  transform: skew(-20deg);
}