JSFiddle - React, Tailwind, and code Playground

by sinhviencntt

HTML

<!DOCTYPE html>
<html>
<head>
<script>
  function alertSinhVienCNTTNet() {
    alert("Sinh Vien CNTT .Net");
  }
</script>
</head>
 
<body>
  <p>Chao cac ban! Day la trang web nao vay? </p>
  <button type="button" onclick="alertSinhVienCNTTNet()">Day La Trang</button>
</body>
</html>