JSFiddle - React, Tailwind, and code Playground
HTML
<h1>yoyo</h1>
<h1>testing</h1>
<h1 itemprop="name" >Work</h1>
CSS
h1 {
padding:10px 10px 5px 43px;
margin: 0px 0px 0px 0px;
overflow:hidden;
background:red;
color:#7c7960;
font-size: 1.40em;
line-height:18px;
font-weight:bold;
text-transform:uppercase;
}
h1[itemprop="name"]{
background:green;
}