This is myy first blog post
im using astro and tailwind
const profile = {
name: "rauliqbal",
role: "Front End Developer",
live: "Indonesian"
}
console.log(`Hello... my name is ${profile.name} a ${profile.role}, I live in ${profile.live}`)