JSFiddle - React, Tailwind, and code Playground

by Aleksandr Tomashov

HTML

<span>Hello, WebRef!</span>
<br />
<br />
<span>Hello, WebRef!</span>

CSS

span:first-child,
span:last-child {
    display: inline-block;
}
span:first-child {
    transform: rotate(5deg);
}
span:last-child {
    transform: rotate(5deg);
}