JSFiddle - React, Tailwind, and code Playground

by cvalleskey

HTML

<p>Oh, how I <span class="test">wish</span> I could believe or understand that! There's only one reasonable course of action now: kill Flexo! For example, if you killed your grandfather, you'd cease to exist! Bite my shiny metal ass. Soon enough.</p>

CSS

.test {
    display: inline;
    position: relative;
    top: -5px;
    right: -5px;
    -webkit-transform: rotate(45deg);
}