JSFiddle - React, Tailwind, and code Playground

by daneren2005

HTML

<div>
    <span style="font-size: 20px">
        <sup>Test<br>Test 2</sup>
    </span>
</div>

<p/>

<div>
    <sup>
        <span style="font-size: 20px">Test<br>Test 2</span>
    </sup>
</div>