tailwind isn't easier/harder than bootstrap. its a completely different thing. tailwind has pre-defined classes for all css properties.
flex
is a class that has this css:
.flex {
display: flex;
}
text-black
is class that just changes the colour and nothing else: