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