JSFiddle - React, Tailwind, and code Playground

by oilvier

HTML

<span>Société</span>

SCSS

span {position: relative; display: inline-block; padding:0.5em; text-transform: uppercase; font-weight: bold; font-family:Arial; text-align: center; color:white;
  &:before {content:""; position: absolute; top:0; left:0; right:0; bottom:0; background:tomato; transform:skewX(-8deg); z-index:-1;}
}