JSFiddle - React, Tailwind, and code Playground
HTML
<div class="brand1">ПРИВЕТ, ТОСТЕР</div>
<div class="brand2">ПРИВЕТ, ТОСТЕР</div>
CSS
.brand1 {
font-size: 40px;
margin-left: 10px;
transform: scale(1.0,1.0);
}
.brand2 {
font-size: 40px;
margin-left: 63px;
transform: scale(1.2,1.0);
}