JSFiddle - React, Tailwind, and code Playground
HTML
<div>TEXT TEXT ТЕКСТ ТЕКСТ</div>
CSS
@font-face {
font-family: "test";
src: url("http://zverushka.bl.ee/proun.ttf") format("truetype");
}
div {
font-family: "test", Arial;
}