JSFiddle - React, Tailwind, and code Playground

by adamschwartz

HTML

<ruby style="font-size: 5em">
    <rb>本</rb>
    <rt>ほん</rt>
</ruby>

<br><br>

<ruby style="font-size: 2em">
    <rb>I appear first in the DOM</rb>
    <rt>I appear second in the DOM</rt>
</ruby>

CSS

ruby {
    font-size: 5em
}