p-text
is used to specify paragraph styling in documents.<!doctype html>
<html lang="en" class="auto">
<head>
<title></title>
</head>
<body class="bg-base">
<p-text>
The quick brown fox jumps over the lazy dog
</p-text>
<script>
</script>
</body>
</html>