JSFiddle - React, Tailwind, and code Playground
HTML
<div id="titleContainer">
<h3><span class="indent">
<span class="heading">Some very, very long headline, that is very, very long</span><br />
</span></h3>
</div>
<!--[if IE]><style>
h3 .subhead {
margin-left: -14px
}
</style><![endif]-->
CSS
#titleContainer {
line-height: 1.1;
padding: 1px 0;
border-left: 30px solid #000;
}
h3 {
font-size: 42px;
background-color: #000;
color: #fff;
display: inline;
margin: 0;
padding: 0
}
h3 .indent {
position: relative;
left: -15px;
}
h3 .heading {
background-color: #000;
}