JSFiddle - React, Tailwind, and code Playground

by jonjohnjohnson

HTML

<div class="123abc-tc util-fillout">
    <div class="123abc-tc_title">
        <h3>Your Weekend Untapped: Best Events for NYC Pride 2013</h3>
    </div>
    <div class="123abc-tc_byBlock">
        <img class="123abc-tc_img" src="http://placekitten.com/200/100" />
        <div class="123abc-tc_nameFirst">Jonathan</div>
        <div class="123abc-tc_nameLarst">Doe</div>
    </div>
</div>

CSS

.123abc-tc {
    height: 50px;
    overflow: hidden;
}

.123abc-tc_title {
    
}

.123abc-tc_byBlock {
    display: inline
}

.123abc-tc_img {
    float: left;
    height: 50%;
    width: auto;
}

.123abc-tc_nameFirst {

}

.123abc-tc_nameLast {
    
}