JSFiddle - React, Tailwind, and code Playground
by Joe
HTML
<section id="submissions" class="white">
<div class="row">
<div class="col s12">
<div class="section">
<br/><br/>
<h4 class="text-grey center-align">Submissions</h4>
<div class="divider"></div>
<div class="col s6" id="submis">
<!-- And here is a lot of content that I want to contain -->
test test test test test test test test test test test test
</div>
</div>
</div>
</div>
</section>
CSS
#submissions {
font-size: 25px !important;
}
#submis{
font-size: 18px !important;
}