title.blade.php
1 <div class="w-full flex-row flex justify-between items-stretch "> 2 <div class="flex flex-col space-y-4"> 3 <p class=" stroke-jtDGray text-jtDGray inline-block align-middle">{{$text1}}</p> 4 <p class=" stroke-jtDGray text-jtRed inline-block align-middle text-4xl font-extrabold">{{$text2}}</p> 5 </div> 6 </div>