JSFiddle - React, Tailwind, and code Playground

by Andrea Biagi

HTML

<div class="riga">
				<h2 class="riga">Cerca nel catalogo {Caldaie} {Ferroli}:</h2>
			</div>

CSS

.riga {
  background-color:grey;
}

.riga:before {
content: '';
width: 30px;
height: 2px;
background: #F39200;
position: absolute;
top: -6px;
}