JSFiddle - React, Tailwind, and code Playground

HTML

<div class="about-info">
    <p>This is the content. There may be a lot of content spanning multiple lines depending on what the site is doing right now. This is the content. There may be a lot of content spanning multiple lines depending on what the site is doing right now. This is the content. There may be a lot of content spanning multiple lines depending on what the site is doing right now.</p>
    
    <p>This is the content. There may be a lot of content spanning multiple lines depending on what the site is doing right now. This is the content. There may be a lot of content spanning multiple lines depending on what the site is doing right now. This is the content. There may be a lot of content spanning multiple lines depending on what the site is doing right now.</p>
</div>

CSS

.about-info {
    width: 80%;
    min-width: 260px;
    background-color: #FFFFFF;
    border-radius: 20px;
    box-shadow: 0 15px 28px 1px rgba(0, 0, 0, 0.3) inset;
    padding: 10px 20px;
}