JSFiddle - React, Tailwind, and code Playground
by Zoxon
HTML
<div class="wrapper">
<h2><span>CAPTION</span></h2>
</div>
CSS
.wrapper {
width: 500px;
}
h2 {
height: 33px;
text-align: center;
background: #ff00ff;
}
h2 span {
line-height: 33px;
padding:0 20px;
background: white;
display: inline-block;
}