JSFiddle - React, Tailwind, and code Playground

by narmadha_r

HTML

<div>
      <div class="sectionTitle"> 
        <h1> Research </h1> 
       </div>
      <div class= "researchBoard container-fluid">
          <div>
            <P>
             PARA
            </P>
          </div>
      </div>
</div>

CSS

.sectionTitle{
  background-color:blue;
}
.sectionTitle h1{
  text-align:center;
  text-decoration: underline;
 }
.researchBoard{
  background-color:red;
}