JSFiddle - React, Tailwind, and code Playground
HTML
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<div >
<p>My name is Pranay Rana.</p>
</div>
<p>I am working as Soft Engg.</p>
<p> data </p>
<p>My Demo Page.</p>
</body>
</html>
CSS
div > p
{
font:15px arial,sans-serif;
color:red;
}