<p>Join use for the big <span>sale</span> on Sunday!</p>

<p class="ib">Join use for the big <span>sale</span> on Sunday!</p>
span {
  background: yellow;
  text-transform: uppercase;
  padding: 0.2em 0.8em;
  box-shadow: 0 0 8px rgba(red, 0.2);
  transform: rotate(-8deg);
}

.ib span {
  display: inline-block;
}

body {
  font: 120% system-ui;
  text-align: center;
  line-height: 2;
}
View Compiled

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.