<img
src={image}
alt="img"
style={{
width: 200,
height: 'auto',
transform: [
{ rotateY: "45deg" },
{ rotateZ: "45deg" }
]
}}
/>