<div>
<h4 class="first" style="font-weight: 700;">Header for First</h4>
<h4 class="second">Header for Second</h4>
<br /><br /><br /><br />
<div id="first">
<p>This is the paragraph for the first tab.</p>
</div>
<div id="second">
<p>This is the paragraph for the second tab.</p>
</div>
</div>