JSFiddle - React, Tailwind, and code Playground
HTML
<div><span>Все гениальное просто =)
Спасибо большое.</span></div>
CSS
div{
width:200px;
background:#ddd;
padding:20px;
}
span{
background:#bbb;
line-height:30px;
}
<div><span>Все гениальное просто =)
Спасибо большое.</span></div>
div{
width:200px;
background:#ddd;
padding:20px;
}
span{
background:#bbb;
line-height:30px;
}