JSFiddle - React, Tailwind, and code Playground

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

HTML

<h2>Bộ chọn [attribute|="value"]</h2>

<h1 class="top-header">Tìm ở đây</h1>
<p class="top-text">Xin chào mọi người!</p>
<p class="topcontent">Bạn đang học CSS?</p>

CSS

[class|=top] {
  background: yellow;
}