JSFiddle - React, Tailwind, and code Playground

HTML

<div class="views">
    <div class="label">заголовок</div>
    <div class="content">значение</div>  
</div>

CSS

.views {border-bottom:1px dashed #555; height:15px;}
.label {float:left; background:#fff; padding-right:10px;}
.content {float:right;background:#fff; padding-left:10px;}