JSFiddle - React, Tailwind, and code Playground
HTML
<h1> zahid anwer </h1>
<h2> Tannu </h2>
<P> khalid </p>
CSS
<style>
h1
{
font-size : 40px;
}
h2
{
font-size : 30px;
}
p
{
font-size : 14px;
}
}
</style>
<h1> zahid anwer </h1>
<h2> Tannu </h2>
<P> khalid </p>
<style>
h1
{
font-size : 40px;
}
h2
{
font-size : 30px;
}
p
{
font-size : 14px;
}
}
</style>