Is it possible to implement a function similar to LogisticRegression in scikit-learn with tensorflow?

now there are tasks that need to use a deep learning framework to implement a function that is roughly the same as that of LogisticRegression in scikit-learn. Is it possible? If there is one? Could you tell me the general steps? Because I am not familiar with tensorflow, I have no idea about this problem.

Menu