JSFiddle - React, Tailwind, and code Playground
HTML
<div class="bg">
<fieldset>
<legend align="right">
<h2>Text</h2>
</legend>
</fieldset>
</div>
SCSS
fieldset {
border: 0px;
border-top: 3px solid red;
display: block;
padding-left: 25px;
padding-right: 25px;
width: 100%;
}
fieldset h2 {
margin: 10px;
color: white;
}
.bg {
background: url("http://images.all-free-download.com/images/graphiclarge/abstract_vector_green_background_277778.jpg");
}