<script>
tailwind.config = {
theme: {
extend: {
colors: {
primary: '#f2dae7'
},
fontFamily: {
titulo: ['Vast Shadow', 'sans-serif']
}
}
}
}
</script>
Div
<div class="p-10 m-auto my-10 flex flex-col w-2/5 bg-gradient-to-r from-pink-300 to-slate-400 justify-center">
<p class="text-6xl font-black text-primary font-titulo">Gabriela</p>
<p class="text-4xl">Desenvolvedora Front-end</p>
</div>