JSFiddle - React, Tailwind, and code Playground
HTML
<html>
<head>
<link href="mycss.css" rel="stylesheet" type="text/css">
</head>
<body>
<p id="tieude">
Chào mừng các bạn đến với khoá học CSS!
</p>
</body>
</html>
CSS
#tieude {
color: red;
font-size: 20px;
padding: 10px;
}