JSFiddle - React, Tailwind, and code Playground

by LuckyCat

HTML

<div id="first">
            Текст1
        </div>
        <div id="second">
            Текст2 Текст2 Текст2 Текст2 Текст2 Текст2 Текст2 Текст2 Текст2 Текст2 Текст2 Текст2 Текст2 Текст2 Текст2 Текст2 Текст2 Текст2 Текст2 Текст2 Текст2 Текст2 Текст2 Текст2 Текст2 Текст2 Текст2 Текст2 Текст2 Текст2 Текст2 Текст2 Текст2 Текст2 Текст2 Текст2 Текст2 Текст2 Текст2 Текст2 Текст2 
        </div>

CSS

#first{
    height:100px;
    width:70px;
    background-color: red; 
    display: inline-block;
    overflow: hidden;
}
 
#second{
    height:100px;
    /*width:70px;*/
    background-color: blue; 
    display: inline-block;
}
#first,
#second {
  vertical-align:top;
}