JSFiddle - React, Tailwind, and code Playground
by darcyclarke
HTML
<div class="bell">Lorem Ipsum Delor Encarte</div>
<div class="other">Lorem Ipsum Delor Encarte</div>
CSS
body {
font-size: 22px;
}
.bell {
font-family: "Bell MT", sans-serif;
}
.other {
font-family: serif;
}