p-tag
is used to label, categorize, or organize items by using keywords that describe them.<!doctype html>
<html lang="en" class="auto">
<head>
<title></title>
</head>
<body class="bg-base">
<p-tag>
Some label
</p-tag>
<script>
</script>
</body>
</html>