JSFiddle - React, Tailwind, and code Playground
by inspired_jw
HTML
<div class="dotum">돋움 123 Dotum</div>
<div class="serif">산 세리프 123 San-Serif</div>
<div class="tahoma">타호마 123 Tahoma</div>
<div class="monaco">모나코 123 Monaco</div>
CSS
div { margin-bottom:30px; font-size: 30px; }
.dotum { font-family: "돋움", dotum !important; }
.serif { font-family: sans-serif !important; }
.tahoma { font-family: tahoma !important; }
.monaco { font-family: monaco !important; }