JSFiddle - React, Tailwind, and code Playground
by SerGen
HTML
<div class="text1">Воронеж, Саратов, Казань, Ростов, Москва</div>
<div class="text2">Воронеж, Саратов, Казань, Ростов, Москва</div>
CSS
body {
background-color: #fff;
font-family: arial, sans-serif;
font-size: 10px;
line-height: 2;
text-align: center;
}
.text1 {
color: #666;
}
.text2 {
opacity: .6;
}