WordPress get_the_content get child element like p value

WordPress function get_the_content automatically remove html tags from the content, So fetch only p tag content is not possible with using this function. you can use post excerpt to fulfill your requirement.

Each post has section in admin called Excerpt
It you are unable to see the section in the admin please check screen option while editing the post

$my_excerpt = get_the_excerpt();