JSFiddle - React, Tailwind, and code Playground

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

HTML

<p>Ví dụ dùng CSS để tắt gạch chân ở liên kết: <a href="https://timoday.edu.vn">Tìm ở đây khoá học IT</a></p>

CSS

a {
  text-decoration: none;
}