JSFiddle - React, Tailwind, and code Playground

HTML

<div>hello</div>

<div data-weight="bold" >World</div>

CSS

div[data-weight="bold"]{
      font-weight: bold;
    }