JSFiddle - React, Tailwind, and code Playground
by joplomacedo
HTML
<div>
<p></p>
</div>
CSS
div {
width: 100px;
height: 100px;
background:red;
overflow-y: hidden;
overflow-x: visible; /* unnecessary to be here, but... whatever*/
}
p {
height: 30%;
width: 150%;
background-color: black;
}