JSFiddle - React, Tailwind, and code Playground

HTML

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

CSS

.Moji-Futo p {
font-weight: bold;
}