Answers for "center table tailwind"

9

tailwind center text

<!--Use the text-center class-->
<div class="text-center">
	<p>Centered Text</p>
</div>
Posted by: Guest on January-03-2022
0

tailwind center

<div class="flex justify-center ...">
  <div>1</div>
  <div>2</div>
  <div>3</div>
</div>
Posted by: Guest on June-07-2021

Browse Popular Code Answers by Language