JSFiddle - React, Tailwind, and code Playground

by borsna

HTML

<div class="title">
        <span class="name">Cumulative performance</span>
        <span class="date">20/02/2011</span>
    </div>

CSS

.title
{
  
    border-top: 4px solid #a7a59b;
    background-color: #f6e9d9;
    height: 22px;
    line-height: 22px;
    padding: 4px 6px;
    font-size: 14px;
    color: #000;
    margin-bottom: 13px;
}
.title .date { float:right }
.title .name { float:left }