<h3 >I'm
<Typewriter className="inline"
options={{
strings:["Developer", "Designer", "Content Creater"],
autoStart:true,
delay:75,
loop:true
}}
/>
</h3>
How to prevent new line with TypeWriter effect in React? The TypeWriter effect seems to insert a new line when I implement it, but I would really prefer it to read out on the same line. Please see I want "I m Developer" in one line but its showing in different line Please help See image I want it in one line no new line