JSFiddle - React, Tailwind, and code Playground

by Oleg Khobotov

HTML

<div>
    <span>Бубу<br /> Бабуин</span>
</div>

CSS

div{
    font-size: 30px;
    
    line-height: 150px;
    
    }
span{
    line-height: 50px;
    }