Separator displays a horizantal line that can be styled with css.
<p:staticMessage severity="warn" summary="DEPRECATED" detail="Please use the p:divider component"
styleClass="w-full mb-2"/>
<div class="card">
<h5 style="margin-top:0">Basic</h5>
<p:separator/>
<h5>Custom</h5>
<p:separator style="width:500px;height:20px"/>
</div>