JSFiddle - React, Tailwind, and code Playground

HTML

<div class="Moji-Dai">
<p>この文字を大きくします。</p>
</div>

CSS

.Moji-Dai p {
font-size: 200%;
}