JSFiddle - React, Tailwind, and code Playground

by Tìm ở đây Khoá học CNTT

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*="te"] {
  background: yellow;
}