JSFiddle - React, Tailwind, and code Playground
HTML
<div class="divider"></div>
CSS
.divider {
background: aqua;
height: 30px;
padding-bottom: 10px;
width: 100%;
margin: 20px auto;
float: left;
}
.divider:after {
content: '';
display: block;
margin-top: 19px;
border-bottom: 2px dotted #b38b0d;
}