JSFiddle - React, Tailwind, and code Playground
HTML
<h2>Bộ chọn [attribute$="value"] </h2>
<div class="first_test">Phần tử div 1</div>
<div class="second">Phần tử div 2.</div>
<div class="my-test">Phần tử div 3.</div>
<p class="mytest">Văn vản.</p>
CSS
[class$="test"] {
background: yellow;
}