JSFiddle - React, Tailwind, and code Playground
HTML
<h3 class="line-behind">Begin My Giving Journey</h3>
CSS
h3.line-behind { width: auto; position: relative; text-align: center}
h3.line-behind:after { content: " "; border-top: 3px solid black; position: absolute; width:100%; top: 50%; left: 0; z-index: 1; }