JSFiddle - React, Tailwind, and code Playground

HTML

<div class="Moji-Aka">
<p>この文字を赤色にします。</p>
</div>

CSS

.Moji-Aka p {
color: #ff0000;
}