I need to have my html tags order like this (because of some accesibility reasons):
<div class="flex-parent">
<div class="child1"></div>
<div class="child2"></div>
<div class="child3"></div>
</div>
But i need them to be shown like this:
How can i do it?