JSFiddle - React, Tailwind, and code Playground

HTML

<div class="col-md-3">
    <h2>This is the title row</h2>
    <p>This is some content text. This is some content text. This is some content text. This is some content text. This is some content text. </p>
</div>

CSS

.col-md-3 {   width: 200px; }
h2 { position: relative; padding-left: 50px;}
h2::before { content:''; position: absolute; height:50px; width: 50px; left: 0; background: red;}