実装例
・td内のaタグでhref属性内に&p=があったら、★を表示という例。
td a[href*="&q="]::before {
content: "★";
color: #f5a500;
font-size: 16px;
}
参考
https://gray-code.com/html_css/setting-pseudo-element-on-before-and-after-for-element/
https://csshtml.work/cssurl/#ahrefURL-3