JSFiddle - React, Tailwind, and code Playground

by zahidanwer1984

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>