JSFiddle - React, Tailwind, and code Playground

by huskydawgs

HTML

<div class="dotRule">&nbsp;</div>
<p class="title-summary">
Resources</p>

CSS

.title-summary {
    position: relative;
    top : -0.5em;
    margin-left: 1em;
    background-color: white;
    color: #2251a4;
    font-family: SegoeBold, Helvetica, Arial;
    font-size: 26px;
    line-height: 34px;
    margin: 0 0 10px 0;
    text-align: center;
}

.dotRule {
border-bottom: 1px dotted #b7b7b7;
margin-top: 50px;
margin-bottom: 50px;
clear: both;