JSFiddle - React, Tailwind, and code Playground
by Praveen Kumar Purushothaman
HTML
<strong>Title</strong>
<span>Hello</span><br>
<strong>Title</strong>
<span>How Are You</span><br>
<strong>Title</strong>
<span>World</span><br>
<strong>Title</strong>
<span>Something</span><br>
<strong>Title</strong>
<span>Nothing</span><br>
CSS
* {padding: 5px; font-family: Segoe UI;}
strong {background: #0ff; text-align: right; display: inline-block; width: 50px; border-bottom: 1px solid #999;}
span {display: inline-block; border-bottom: 1px solid #999; width: 150px;}