JSFiddle - React, Tailwind, and code Playground

HTML

<div class="text1">text 1</div>
<div class="text2"> text 2</div>

CSS

.text1 {
    font-family: "Arial Black", Arial;
}
.text2 {
    font-family: "Arial Black", Arial;
    font-weight: 900;
}