JSFiddle - React, Tailwind, and code Playground

by YangHax

HTML

<div class="container">
    <img src="http://cdn.dashburst.com/wp-content/uploads/2013/01/Grumpy-Cat.jpg"/>
    <h3>Header Long</h3>
    <span>Subtitle Long</span>
</div>

CSS

.container {
    border: 1px solid black;
    padding: 5px 5px 5px 150px;
    position: relative;
    height: 100px;
}
img {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100px;
}

JavaScript

// Content Overflow Hiding