Solved
In AEM, Inside RTE how can we make the bullet points and it's text center align.

Text gets center align but not the bullet point.
Below is the code from source editor.
<ul>
<li style="text-align: center;">text</li>
<li style="text-align: center;">text 2</li>
<li style="text-align: center;">text 3</li>
</ul>