JSFiddle - React, Tailwind, and code Playground
HTML
<div id="top">
<h1>Karunya University </h1>
<p class="intro">This is MCA Class </p>
<p class="intro">I am taking session on web deveopment </p>
</div>
CSS
#top {
background-color: #ccc;
padding: 20px
}
.intro {
color: red;
font-weight: bold;
}