bullet for paragraph

by Ayyappan Sakthivadivel

HTML

<div class="para">
    <div class="para-inside">My H1 text here testing My H1 text here testing My H1 text here testing My H1 text here testing My H1 text here testing My H1 text here testing My H1 text here testing My H1 text here testing My H1 text here testing My H1 text here testing My H1 text here testing My H1 text here testing My H1 text here testing My H1 text here testing My H1 text here testing My H1 text here testing My H1 text here testing My H1 text here testing My H1 text here testing My H1 text here testing My H1 text here testing
    </div>
</div>

CSS

.para{
  padding-left: 20px;
}

.para-inside:before{
    content: "\2022";
    color: red;
    display: inline-block; 
    width: 0.65em;
    margin-left: -0.65em;
    font-size: 33px;
    line-height: 0;
    position: relative;
    top: 5px;
}