JSFiddle - React, Tailwind, and code Playground

by Ian Roberts

HTML

<div class="news-story">
    <div class="section_container">
        <h4>By Carol</h4>
</div>
</div>

CSS

h4 {
 font-family:sans-serif;
 font-weight:bold;
 color:#892;        
}

JavaScript

//Prepend Text to tag

$('.news-story .section_container h4').prepend('Post ');