tailwind text vertical alignment doesn 27t work

Solutions on MaxInterview for tailwind text vertical alignment doesn 27t work by the best coders in the world

showing results for - "tailwind text vertical alignment doesn 27t work"
Simeon
24 May 2017
1<div class="flex h-screen">
2  <div class="m-auto">
3    <h3>title</h3>
4    <button>button</button>
5  </div>
6</div>
7
similar questions