JSFiddle - React, Tailwind, and code Playground

by hiteshbhilai2010

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;
}