JSFiddle - React, Tailwind, and code Playground

HTML

<div class="block">
	Текст Текст Текст Текст Текст Текст Текст
</div>
	
<div class="block mod">
    Текст Текст Текст Текст Текст Текст Текст
</div>

CSS

.block { 
			width: 255px; height: 100px; 
			margin: 0 auto;
			background: #eee;
			font-family: Arial; font-size: 13px;
		}

		.block.mod {
			margin-top: 20px;
			font-family: "Times New Roman";
		}