p-tag-dismissible is used in contexts where the user can actively remove a tag. It is often seen in filtering.<!doctype html>
<html lang="en" class="auto">
<head>
<title></title>
</head>
<body class="bg-canvas">
<p-tag-dismissible>
Some label
</p-tag-dismissible>
<script>
</script>
</body>
</html>