JSFiddle - React, Tailwind, and code Playground
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;
}
<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>
a {
text-decoration: none;
}