JSFiddle - React, Tailwind, and code Playground
by DoubleYo
HTML
<div>sdeg qazergt qrg qrg qarg </div>
<div>plopplop
plop
plop</div>
CSS
div:first-child {
background-color: #ccc;
hieght: 30px;
}
div:last-child {
background-color: white;
hieght: 100px;
width: 150px;
box-shadow: 0 0 10px black;
margin-left: 20px;
}