JSFiddle - React, Tailwind, and code Playground
by Yerko Palma
HTML
<div class="post-header-title"></div>
CSS
.text {
content:"Some Content";
display: block;
padding-top: 10px;
font-size: 40px !important;
color: rgb(187, 185, 185) !important;
font-style: italic;
}
JavaScript
$(".post-header-title").after("<span class='text'>SomeContent</span>");