JSFiddle - React, Tailwind, and code Playground
by soboaz
HTML
<div class="content">
<div class="title_container">
<div class="title">I. June 2012</div>
</div>
</div>
CSS
.content {}
.title_container {position:relative;height:20px;border-bottom:1px dotted #000;}
.title_container .title {display:table;position:relative;top:10px;left:0;right:0;margin:0 auto;padding:0 10px 0 10px;font-weight:bold;background:#FFF;}