JSFiddle - React, Tailwind, and code Playground

HTML

<div>
    <p>TEXT STICKING OUT FROM PARENT DIV</p>
</div>

CSS

div { 
    height: 100px;
    width: 500px;
    margin-top: 50px;
    background-color: #00f;
}

p {
    font-size: 20px;
    color: #000;
    line-height: 0;
}