JSFiddle - React, Tailwind, and code Playground

HTML

<br class="tab1-br1"></br><span class="tab1-content1"></span><li class="tab1-li1"><em class="tab1-em1"></em></li>
   
   
   <span  class="tab1-p2"><li class="tab1-li2"><em class="tab1-em2"></em></li></span>
        <br class="tab1-br2">

    <span  class="tab1-p3"><li class="tab1-li3"><em class="tab1-em3"></em></li></span>
        <br class="tab1-br3">
    
    <span  class="tab1-p4"><li class="tab1-li4"><em class="tab1-em4"></em></li></span>
        <br class="tab1-br4">

CSS

.tab1-content1 {
	height: 300px;
	margin: 20px 0;
	overflow: auto;
	padding: 0 20px;
}
.tab1-p1 {
	padding: 0 0 10px 0;
	margin: 0;
    white-space: pre-line;
    visibility: hidden;
    position: relative;

}
.tab1-br1 {display:none;}
.tab1-br1:after {display:contents;}


.tab1-content1:after {
    font-family: 'Open Sans', Calibri;
    content: "OLIVE RECYCLING is a trusted, out of the ordinary, and energetic electronics recycling company providing its clients the highest quality in service. Olive Recycling is located in Sterling, Virginia and operates across the nation in all 50 states and around the globe.";
    visibility: visible;
    word-spacing:normal;
    letter-spacing:normal; 
	padding: 0 0 10px 0;
	margin: 0;
    position: relative;
    display: contents;
}



.tab1-br1:after {display:contents;}

.tab1-li1 {display:contents;}
.tab1-li1:after {display:contents;}

.tab1-em1 {display:contents;}
.tab1-em1:after {display:contents;}



.tab1-p2 {
	padding: 0 0 10px 0;
	margin: 0;
    white-space: pre-line;
    visibility: hidden;
    position: relative;
}
.tab1-p2:after {
    font-family: 'Open Sans', Calibri;
    content: "Transparency being one of the highest priorities, Olive Recycling provides accurate description of products and services along with detailed documentation to deliver a high-quality end to end customer service to ensure nothing comes as a surprise to its customers for their complete satisfaction.";
    
    visibility: visible;
    word-spacing:normal;
    letter-spacing:normal; 
	padding: 0 0 10px 0;
	margin: 0;
    position: relative;
}

.tab1-br2 {display:none;}
.tab1-br2:after {display:contents;}

.tab1-li2 {display:none;}
.tab1-li2:after {display:contents;}

.tab1-em2 {display:none;}
.tab1-em2:after {display:contents;}