JSFiddle - React, Tailwind, and code Playground
HTML
<h2>Bộ chọn [attribute] </h2>
<p>Liên kết với thuộc tính taget có màu nền vàng:</p>
<a href="https://timoday.edu.vn/">timoday.edu.vn</a>
<a href="http://www.disney.com" target="_blank">disney.com</a>
<a href="http://www.wikipedia.org" target="_top">wikipedia.org</a>
CSS
a[target] {
background-color: yellow;
}