JSFiddle - React, Tailwind, and code Playground

HTML

<!DOCTYPE html>
<html>
<head>

</head>

<body>

<div >
<p>My name is Pranay Rana.</p>
    <span>
        <p> data </p>
  </span> 
</div>
<p>I am working as Soft Engg.</p>


<p>My Demo Page.</p>

</body>
</html>

CSS

div p
{
  font:15px arial,sans-serif;
  color:red;
}